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 | |
---|---|---|
DefaultSessionKeyAlgorithm | [To be supplied.](inherited from AsymmetricKeyAlgorithm) | |
EncryptionFormatter | Overridden. Gets the encryption formatter. | |
Key | Overridden. Gets or sets the key. | |
KeyExchangeFormatter | Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm) | |
SignatureFormatter | Overridden. Gets the signature formatter. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GenerateSessionKey | Overloaded. (inherited from AsymmetricKeyAlgorithm ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
RSA Class
Microsoft.Web.Services2.Security.Cryptography Namespace