Condividi tramite


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. Initializes a new instance of the RSA class.

Top

Public Properties

  Name Description
public property DefaultSessionKeyAlgorithm  Gets or sets the default session key algorithm.(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 static Create  (Inherited from KeyAlgorithm )
public method static CreateEncryptionFormatter  (Inherited from KeyAlgorithm )
public method static CreateKeyExchangeFormatter  (Inherited from KeyAlgorithm )
public method static CreateSignatureFormatter  (Inherited from KeyAlgorithm )
public method Equals  Overloaded. (Inherited from Object )
public method GenerateSessionKey  Overloaded. Creates a SymmetricKeyAlgorithm for use as the session key in encryption operations. (Inherited from AsymmetricKeyAlgorithm)
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method static VerifyValidAlgorithm  (Inherited from KeyAlgorithm )

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.Services3.Security.Cryptography Namespace