Share via


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.  

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 material.
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

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