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.