Imports a key from the specified DSA parameters.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub ImportKey ( _
	key As DSAParameters _
)
C#
public void ImportKey(
	DSAParameters key
)

Parameters

key
Type: System.Security.Cryptography..::..DSAParameters
DSA key parameters.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also