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 | |
---|---|---|
DefaultSessionKeyAlgorithm | [To be supplied.] | |
EncryptionFormatter | Gets or sets the EncryptionFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm) | |
Key | Get or sets the key used for cryptographic operations. | |
KeyExchangeFormatter | Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm) | |
SignatureFormatter | Gets or sets the SignatureFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GenerateSessionKey | Overloaded. | |
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
AsymmetricKeyAlgorithm Class
Microsoft.Web.Services2.Security.Cryptography Namespace