Share via


AsymmetricKeyExchangeFormatter Members

Represents the abstract base class from which implementors of key exchange with asymmetric algorithms must derive.

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

Protected Constructors

  Name Description
AsymmetricKeyExchangeFormatter Overloaded.  

Top

Public Properties

  Name Description
public property AlgorithmURI  Gets or sets the key wrapping method algorithm Uniform Resource Identifier (URI).(inherited from KeyExchangeFormatter)
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  Decrypts the key. (inherited from KeyExchangeFormatter)
public method EncryptKey  Encrypts the key. (inherited from KeyExchangeFormatter)
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method SetKey Sets the key.
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

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