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. |
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 | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (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.Services2.Security.Cryptography Namespace