Share via


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.  

Top

Public Properties

  Name Description
public property EncryptionFormatter  Gets or sets the EncryptionFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)
public property Key Overridden. Gets or sets System.Security.Cryptography.SymmetricAlgorithm that is the key.
public property KeyBytes Overridden. Gets or sets the key.
public property KeyExchangeFormatter  Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)
public property KeySize  Gets the size of the key.(inherited from SymmetricKeyAlgorithm)
public property SignatureFormatter Overridden. Gets the The !:Microsot.Web.Services2.Security.Cryptography.SignatureFormatter for this key.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GenerateKey Overridden. Generates a new key.
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

AES Class
Microsoft.Web.Services2.Security.Cryptography Namespace