AES128 Members
Used for AES cryptographic operations when using keys that are 128 bits long. This class cannot be inherited.
The following tables list the members exposed by the AES128 type.
Public Constructors
Name | Description | |
---|---|---|
AES128 | Overloaded. Initializes a new instance of the AES128 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 material. | |
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
AES128 Class
Microsoft.Web.Services3.Security.Cryptography Namespace