Decrypts the init.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Function DecryptInit ( _ mech As Mechanism, _ key As Key _ ) As Integer |
C# |
---|
int DecryptInit( Mechanism mech, Key key ) |
Visual C++ |
---|
int DecryptInit( Mechanism^ mech, Key^ key ) |
JavaScript |
---|
function decryptInit(mech, key); |
Parameters
- mech
- Type: Cryptware.NCryptoki..::..Mechanism
The mech.
- key
- Type: Cryptware.NCryptoki..::..Key
The key.