Imports a key from the specified private key info object.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub ImportKey ( _ key As PrivateKeyInfo _ ) |
C# |
---|
public void ImportKey( PrivateKeyInfo key ) |
Parameters
- key
- Type: Rebex.Security.Cryptography.Pkcs..::..PrivateKeyInfo
Private key info object.