Share via


RSA Members

The abstract base class from which other classes that perform RSA cryptography must derive.

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

Protected Constructors

  Name Description
RSA Overloaded.  

Top

Public Properties

  Name Description
public property DefaultSessionKeyAlgorithm  [To be supplied.](inherited from AsymmetricKeyAlgorithm)
public property EncryptionFormatter Overridden. Gets the encryption formatter.
public property Key Overridden. Gets or sets the key.
public property KeyExchangeFormatter  Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)
public property SignatureFormatter Overridden. Gets the signature formatter.

Top

Public Methods

(see also Protected Methods )

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

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