AESKeyExchangeFormatter Members
Represents the abstract base class for KeyExchangeFormatter classes that implement the AES algorithm.
The following tables list the members exposed by the AESKeyExchangeFormatter type.
Protected Constructors
Name | Description | |
---|---|---|
AESKeyExchangeFormatter | Overloaded. Initializes a new instance of the AESKeyExchangeFormatter class. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Gets or sets the key wrapping method algorithm Uniform Resource Identifier (URI). (Inherited from KeyExchangeFormatter) | |
Key | Gets or sets the key that is during key exchange. (Inherited from SymmetricKeyExchangeFormatter) | |
KeyBytes | Gets or sets the key. (Inherited from SymmetricKeyExchangeFormatter) | |
Parameters | Gets or sets the parameters used in cryptographic operations. (Inherited from KeyExchangeFormatter) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DecryptKey | Overridden. Decrypts the specified cipher text using the key wrapping algorithm defined in the XML Encryption specification. | |
EncryptKey | Overridden. Encrypts the specified data using the key wrapping algorithm defined in the XML Encryption specification. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
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
AESKeyExchangeFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace