Share via


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
public property EncryptionFormatter Overridden. Gets the encryption formatter for this key.
public property Key  Gets or sets System.Security.Cryptography.SymmetricAlgorithm that is the key.(inherited from AES)
public property KeyBytes  Gets or sets the key.(inherited from AES)
public property KeyExchangeFormatter Overridden. Gets the key exchange formatter for this key
public property KeySize Overridden. Gets the size of the key.
public property SignatureFormatter  Gets the The !:Microsot.Web.Services2.Security.Cryptography.SignatureFormatter for this key.(inherited from AES)

Top

Public Methods

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

Top

See Also

Reference

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