Mono Class Library: Overview

System.Security.Cryptography.DSACryptoServiceProvider: Property Members

The properties of System.Security.Cryptography.DSACryptoServiceProvider are listed below. For a list of all members, see the DSACryptoServiceProvider Members list.

See Also: Inherited members from System.Security.Cryptography.DSA

Public Properties

[read-only]
CspKeyContainerInfoCspKeyContainerInfo. Documentation for this section has not yet been entered.
[read-only]
override
KeyExchangeAlgorithmstring. Return the common, but unique, name when using this algorithm for key exchange.
[read-only]
override
KeySizeint. Return the key length (in bits) of the current key.
[read-only]
LegalKeySizesKeySizes[]. Return an array of legal key size for this implementation of DSA.
PersistKeyInCspbool. Specify if the current key pair is persisted into a Cryptographic Service Provider (CSP).
[read-only]
PublicOnlybool. Documentation for this section has not yet been entered.
[read-only]
override
SignatureAlgorithmstring. Return the common, but unique, name when using this algorithm for signature.
static
UseMachineKeyStorebool. Specified if, by default, the key store for persistance should be the machine store (default is the user store).