Mono Class Library: Overview

System.Security.Cryptography.RSACryptoServiceProvider: Constructor Members

The constructors 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 Constructors

Create a new RSACryptoServiceProvider instance with the specified key pair length.
Create a new DSACryptoServiceProvider instance with the specified key pair length.
Create a new RSACryptoServiceProvider 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 RSACryptoServiceProvider instance with the specified key pair length. The generated key pair will be persisted in the key store specified by the CspParameters.