Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the abstract base class from which all implementations of key algorithms must inherit.
The following tables list the members exposed by the KeyAlgorithm type.
Protected Constructors
Name | Description | |
---|---|---|
KeyAlgorithm |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
EncryptionFormatter | Gets or sets the EncryptionFormatter for this KeyAlgorithm. |
![]() |
KeyExchangeFormatter | Gets or sets the KeyExchangeFormatter for this KeyAlgorithm. |
![]() |
SignatureFormatter | Gets or sets the SignatureFormatter for this KeyAlgorithm. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() ![]() |
Create | Returns an instance of the key algorithm. |
![]() ![]() |
CreateEncryptionFormatter | Returns an EncryptionFormatter used to encrypt and decrypt data. |
![]() ![]() |
CreateKeyExchangeFormatter | Returns a KeyExchangeFormatter used to encrypt of decrypt symmetric keys. |
![]() ![]() |
CreateSignatureFormatter | Returns a SignatureFormatter used to create or verify digital signatures. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
![]() ![]() |
VerifyValidAlgorithm | Verifies the specified algorithm is valid. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
KeyAlgorithm Class
Microsoft.Web.Services3.Security.Cryptography Namespace