The members of System.Security.Cryptography.DSACryptoServiceProvider are listed below.
See Also: Inherited members from System.Security.Cryptography.DSA
Public Constructors
| | Create a new DSACryptoServiceProvider instance with the default key pair length. |
| | Create a new DSACryptoServiceProvider instance with the specified key pair length. |
| | Create a new DSACryptoServiceProvider instance with the default key pair length. The generated key pair will be persisted in the key store specified by the CspParameters. |
| | Create a new DSACryptoServiceProvider instance with the specified key pair length. The generated key pair will be persisted in the key store specified by the CspParameters. |
Public Properties
[read-only] | CspKeyContainerInfo | CspKeyContainerInfo. Documentation for this section has not yet been entered. |
[read-only] override | KeyExchangeAlgorithm | string. Return the common, but unique, name when using this algorithm for key exchange. |
[read-only] override | KeySize | int. Return the key length (in bits) of the current key. |
[read-only] | LegalKeySizes | KeySizes[]. Return an array of legal key size for this implementation of DSA. |
| PersistKeyInCsp | bool. Specify if the current key pair is persisted into a Cryptographic Service Provider (CSP). |
[read-only] | PublicOnly | bool. Documentation for this section has not yet been entered. |
[read-only] override | SignatureAlgorithm | string. Return the common, but unique, name when using this algorithm for signature. |
static | UseMachineKeyStore | bool. Specified if, by default, the key store for persistance should be the machine store (default is the user store). |
Public Methods
Protected Methods
override | Dispose(bool)Documentation for this section has not yet been entered. |