AES Members
Represents the abstract base class from which other classes that perform AES cryptography must derive.
The following tables list the members exposed by the AES type.
Protected Constructors
Name | Description | |
---|---|---|
AES | Overloaded. Initializes a new instance of the AES class. |
Top
Public Properties
Name | Description | |
---|---|---|
EncryptionFormatter | Gets or sets the EncryptionFormatter for this KeyAlgorithm.(Inherited from KeyAlgorithm) | |
Key | Overridden. Gets or sets SymmetricAlgorithm that is the key. | |
KeyBytes | Overridden. Gets or sets the key. | |
KeyExchangeFormatter | Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(Inherited from KeyAlgorithm) | |
KeySize | Gets the size of the key. (Inherited from SymmetricKeyAlgorithm) | |
SignatureFormatter | Overridden. Gets the SignatureFormatter for this key. |
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 | Overridden. Generates a new key. | |
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
AES Class
Microsoft.Web.Services3.Security.Cryptography Namespace