Condividi tramite


RSA15EncryptionFormatter Members

Represents an implementation of the AsymmetricEncryptionFormatter class used with RSA 1.5 encryption. This class cannot be inherited.

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

Public Constructors

  Name Description
RSA15EncryptionFormatter Overloaded. Initializes a new instance of the RSA15EncryptionFormatter class.

Top

Public Properties

  Name Description
public property AlgorithmURI Overridden. Gets the algorithm Uniform Resource Identifier (URI) for RSA 1.5 encryption.
public property Parameters  A string representing the parameters used by cryptographic operations. (Inherited from EncryptionFormatter)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Decrypt Overridden. Decrypts the data.
public method Encrypt Overridden. Encrypts the data.
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 Overridden. 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

RSA15EncryptionFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace