Creates a new instance of PrivateKeyInfo based on the specified RSA parameters.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ parameters As RSAParameters _ ) |
| C# |
|---|
public PrivateKeyInfo( RSAParameters parameters ) |
Parameters
- parameters
- Type: System.Security.Cryptography..::..RSAParameters
RSA parameters including private keys.