AES256 Members
Used for AES cryptographic operations when using a key that is 256 bits long. This class cannot be inherited.
The following tables list the members exposed by the AES256 type.
Public Constructors
Name | Description | |
---|---|---|
AES256 | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
EncryptionFormatter | Overridden. Gets the encryption formatter for this key. | |
Key | Gets or sets System.Security.Cryptography.SymmetricAlgorithm that is the key.(inherited from AES) | |
KeyBytes | Gets or sets the key.(inherited from AES) | |
KeyExchangeFormatter | Overridden. Gets the key exchange formatter for this key | |
KeySize | Overridden. Gets the size of the key. | |
SignatureFormatter | Gets the The !:Microsot.Web.Services2.Security.Cryptography.SignatureFormatter for this key.(inherited from AES) |
Top
Public Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GenerateKey | Generates a new key. (inherited from AES) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
See Also
Reference
AES256 Class
Microsoft.Web.Services2.Security.Cryptography Namespace