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