AES192 Members
Used for AES cryptographic operations when using a key that is 192 bits long. This class cannot be inherited.
The following tables list the members exposed by the AES192 type.
Public Constructors
Name | Description | |
---|---|---|
AES192 | Overloaded. Initializes a new instance of the AES192 class. |
Top
Public Properties
Name | Description | |
---|---|---|
EncryptionFormatter | Overridden. Gets the encryption formatter for this key. | |
Key | Gets or sets 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 SignatureFormatter for this key. (Inherited from AES) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Create | (Inherited from KeyAlgorithm ) | |
CreateEncryptionFormatter | (Inherited from KeyAlgorithm ) | |
CreateKeyExchangeFormatter | (Inherited from KeyAlgorithm ) | |
CreateSignatureFormatter | (Inherited from KeyAlgorithm ) | |
Equals | Overloaded. (Inherited from Object ) | |
GenerateKey | Generates a new key. (Inherited from AES) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifyValidAlgorithm | (Inherited from KeyAlgorithm ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
AES192 Class
Microsoft.Web.Services3.Security.Cryptography Namespace