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. Initializes a new instance of the AsymmetricKeyAlgorithm class. |
Top
Public Properties
Name | Description | |
---|---|---|
DefaultSessionKeyAlgorithm | Gets or sets the default session key algorithm. | |
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 | |
---|---|---|
Create | (Inherited from KeyAlgorithm ) | |
CreateEncryptionFormatter | (Inherited from KeyAlgorithm ) | |
CreateKeyExchangeFormatter | (Inherited from KeyAlgorithm ) | |
CreateSignatureFormatter | (Inherited from KeyAlgorithm ) | |
Equals | Overloaded. (Inherited from Object ) | |
GenerateSessionKey | Overloaded. Creates a SymmetricKeyAlgorithm for use as the session key in encryption operations. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifyValidAlgorithm | (Inherited from KeyAlgorithm ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
AsymmetricKeyAlgorithm Class
Microsoft.Web.Services3.Security.Cryptography Namespace