AES256KeyExchangeFormatter Members
Key exchange formatter for AES key encryption with 256 bit keys.
The following tables list the members exposed by the AES256KeyExchangeFormatter type.
Public Constructors
Name | Description | |
---|---|---|
AES256KeyExchangeFormatter | Overloaded. Initializes a new instance of the AES256KeyExchangeFormatter class. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Overridden. Gets the Uniform Resource Identifier (URI) for 256-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
(see also Protected Methods )
Name | Description | |
---|---|---|
DecryptKey | (Inherited from AESKeyExchangeFormatter ) | |
EncryptKey | (Inherited from AESKeyExchangeFormatter ) | |
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
AES256KeyExchangeFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace