Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
![]() |
KeyCipher | |
![]() |
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 | Overloaded. (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. |
![]() ![]() |
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
EncryptedKey Class
Microsoft.Web.Services3.Security Namespace