Overload | Description |
---|---|
RSAPrivateKey Constructor() | Create RSAPrivateKey with a new keypair of (DefaultKeySize) bit length |
RSAPrivateKey Constructor(Int32) | |
RSAPrivateKey Constructor(X509Certificate2) | Create RSAPrivateKey with the provided key |
RSAPrivateKey Constructor(RSAParameters) | Create RSAPrivateKey with the provided key |
RSAPrivateKey Constructor(RSACryptoServiceProvider) | Create RSAPrivateKey with the provided key |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7