Condividi tramite


AES256KeyExchangeFormatter Members

Key exchange formatter for AES key encryption with 256 bit keys.

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

Public Constructors

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

Top

Public Properties

  Name Description
public property AlgorithmURI Overridden. Gets the Uniform Resource Identifier (URI) for 256-bit length AES key encryption.
public property Key Overridden. Sets the key that will be used to perform key exchange.
public property KeyBytes Overridden. Gets or sets the key.
public property Parameters  Gets or sets the parameters used in cryptographic operations. (Inherited from KeyExchangeFormatter)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method DecryptKey  (Inherited from AESKeyExchangeFormatter )
public method EncryptKey  (Inherited from AESKeyExchangeFormatter )
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

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