Share via


AES192KeyExchangeFormatter Members

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

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

Public Constructors

  Name Description
AES192KeyExchangeFormatter Overloaded.  

Top

Public Properties

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

  Name Description
public method DecryptKey  Decrypts the specified cipher text using the key wrapping algorithm defined in the XML Encryption specification. (inherited from AESKeyExchangeFormatter)
public method EncryptKey  Encrypts the specified data using the key wrapping algorithm defined in the XML Encryption specification. (inherited from AESKeyExchangeFormatter)
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

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