Imports a key from the specified RSA parameters.

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

Syntax

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

Parameters

key
Type: System.Security.Cryptography..::..RSAParameters
RSA key parameters.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also