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 | |
---|---|---|
Container | Gets or set the parent Security element. | |
EncryptedKey | Gets the key used for encryption. | |
EncryptionMethod | Returns the algorithm URI (from XML Encryption) that was used to encrpyt the data. | |
EncryptionReferences | Gets the collection of XML elements that are encrypted. | |
IncludeBodyElement | Gets or sets a value indicating whether the Body element is included in the decryption and encryption processes. | |
KeyInfo | Represents a KeyInfo instance that contains key-related information intending to help identify the key necessary for validating the digital signature. | |
Reference | Gets the reference element of an XML signature. | |
SecurityToken | Gets the SecurityToken associated with the EncryptedData. | |
TargetElement | Gets an XmlElement that is the target of the encryption operation. This property is only available after the encryption operation has taken place, or on decryption. | |
TargetElementList | Gets the collection of encrypted XML elements. | |
Type | Gets or sets the type of encryption to perform. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddReference | Overloaded. Adds an XML element to encrypt. | |
Decrypt | Overloaded. Decrypts the cipher data. | |
Encrypt | Encrypts the specified message. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Generates an XML representation of the EncryptedData from the specified XML document. | |
LoadXml | Loads the supplied XML data. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
EncryptedData Class
Microsoft.Web.Services3.Security Namespace