AES192KeyExchangeFormatter Members
Key exchange formatter for AES key encryption with 192 bit keys.
The following tables list the members exposed by the AES192KeyExchangeFormatter type.
Public Constructors
Name | Description | |
---|---|---|
AES192KeyExchangeFormatter | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Overridden. Gets the Uniform Resource Identifier (URI) for 192-bit length AES key encryption. | |
Key | Overridden. Sets the key that will be used to perform key exchange. | |
KeyBytes | Overridden. Gets or sets the key. | |
Parameters | Gets or sets the parameters used in cryptographic operations.(inherited from KeyExchangeFormatter) |
Top
Public Methods
Name | Description | |
---|---|---|
DecryptKey | Decrypts the specified cipher text using the key wrapping algorithm defined in the XML Encryption specification. (inherited from AESKeyExchangeFormatter) | |
EncryptKey | Encrypts the specified data using the key wrapping algorithm defined in the XML Encryption specification. (inherited from AESKeyExchangeFormatter) | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
See Also
Reference
AES192KeyExchangeFormatter Class
Microsoft.Web.Services2.Security.Cryptography Namespace