Imports a key from the specified public key info object.

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

Syntax

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

Parameters

key
Type: Rebex.Security.Cryptography.Pkcs..::..PublicKeyInfo
Public key info object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also