Mono Class Library: Overview

System.Security.Cryptography.RSACryptoServiceProvider: Property Members

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

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

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.
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).