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.