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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also