다음을 통해 공유


AsymmetricKeyExchangeFormatter Members

Represents the abstract base class from which implementers 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. Initializes a new instance of the AsymmetricKeyExchangeFormatter class.

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  (Inherited from KeyExchangeFormatter )
public method EncryptKey  (Inherited from KeyExchangeFormatter )
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 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.Services3.Security.Cryptography Namespace