RSACryptoServiceProvider Constructor
.NET Framework 2.0
Initializes a new instance of the RSACryptoServiceProvider class.
| Name | Description |
|---|---|
| RSACryptoServiceProvider () | Initializes a new instance of the RSACryptoServiceProvider class using the default key. Supported by the .NET Compact Framework. |
| RSACryptoServiceProvider (CspParameters) | Initializes a new instance of the RSACryptoServiceProvider class with the specified parameters. Supported by the .NET Compact Framework. |
| RSACryptoServiceProvider (Int32) | Initializes a new instance of the RSACryptoServiceProvider class with the specified key size. Supported by the .NET Compact Framework. |
| RSACryptoServiceProvider (Int32, CspParameters) | Initializes a new instance of the RSACryptoServiceProvider class with the specified key size and parameters. Supported by the .NET Compact Framework. |