Condividi tramite


AES128EncryptionFormatter Members

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

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

Public Constructors

  Name Description
AES128EncryptionFormatter Overloaded. Initializes a new instance of the AES128EncryptionFormatter class.

Top

Public Properties

  Name Description
public property AlgorithmURI Overridden. Gets the algorithm Uniform Resource Identifier (URI) for AES encryption with 128-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

(see also Protected Methods )

  Name Description
public method Decrypt  (Inherited from SymmetricEncryptionFormatter )
public method Encrypt  (Inherited from SymmetricEncryptionFormatter )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (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

AES128EncryptionFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace