EncryptedData Members

Represents the encrypted data.

The following tables list the members exposed by the EncryptedData type.

Public Constructors

  Name Description
EncryptedData Overloaded.  

Top

Public Properties

  Name Description
public property Container [To be supplied.]
public property EncryptedKey Gets the key used for encryption.
public property EncryptionMethod Returns the algorithm URI (from XML Encryption) that was used to encrpyt the data.
public property KeyInfo Represents a System.Security.Cryptography.Xml.KeyInfo instance that contains key-related information intending to help identify the key necessary for validating the digital signature.
public property Reference Gets the reference element of an XML signature.
public property SecurityToken Gets the SecurityToken associated with the EncryptedData .
public property TargetElement Gets an System.Xml.XmlElement that is the target of the encryption operation. This property is only available after the encryption operation has taken place, or on decryption.
public property Type Gets or sets the type of encryption to perform.

Top

Public Methods

  Name Description
public method Decrypt Decrypts the EncryptedData element.
public method Encrypt Encrypts the specified message.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method GetXml  
public method LoadXml Loads the supplied XML data.
public method ToString  (inherited from Object )

Top

See Also

Reference

EncryptedData Class
Microsoft.Web.Services2.Security Namespace