Share via


AES256EncryptionFormatter Members

Represents an implementation of the EncryptionFormatter class used for encryption with 256-bit AES keys. This class cannot be inherited.

The following tables list the members exposed by the AES256EncryptionFormatter type.

Public Constructors

  Name Description
AES256EncryptionFormatter Overloaded.  

Top

Public Properties

  Name Description
public property AlgorithmURI Overridden. Gets the algorithm Uniform Resource Identifier (URI) for AES encryption with 256-bit keys.
public property Key Overridden. Sets the key that will be used to encrypt and decrypt.
public property KeyBytes Overridden. Gets or sets the key.
public property Parameters  A string representing the parameters used by cryptographic operations.(inherited from EncryptionFormatter)

Top

Public Methods

  Name Description
public method Decrypt  See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Decrypt . (inherited from SymmetricEncryptionFormatter)
public method Encrypt  See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Encrypt . (inherited from SymmetricEncryptionFormatter)
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method ToString  (inherited from Object )

Top

See Also

Reference

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