Share via


AsymmetricKeyAlgorithm Members

Represents the abstract base class from which all implementations of asymmetric key algorithms must inherit.

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

Protected Constructors

  Name Description
AsymmetricKeyAlgorithm Overloaded.  

Top

Public Properties

  Name Description
public property DefaultSessionKeyAlgorithm [To be supplied.]
public property EncryptionFormatter  Gets or sets the EncryptionFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)
public property Key Get or sets the key used for cryptographic operations.
public property KeyExchangeFormatter  Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)
public property SignatureFormatter  Gets or sets the SignatureFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GenerateSessionKey Overloaded.  
public method GetHashCode  (inherited from Object )
public method GetType  (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

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