EncryptedKey Members
Represents an encrypted session key.
The following tables list the members exposed by the EncryptedKey type.
Public Constructors
Name | Description | |
---|---|---|
EncryptedKey | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
CarriedKeyName | Gets or sets the name used to identify the encrypted key value. | |
Container | Gets or sets the <Security> header that contains the encrypted session key. | |
EncryptionMethod | Gets the encryption algorithm URI of the key. | |
KeyBytes | Gets or sets the key. | |
KeyInfo | Gets the ds:KeyInfo data so that a receiver can recover the key from its name, identifier, etc. | |
ReferenceList | Gets the list elements that were encrypted using the session key . | |
SecurityToken | Gets the security token associated with the session key. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Decrypt | Decrypts the session key. | |
Encrypt | Encrypts the session key. | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
GetXml | Generates an XML representation of the encrypted key. | |
LoadXml | Parses an XML element containing an encrypted key. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
EncryptedKey Class
Microsoft.Web.Services2.Security Namespace