Digests a Key
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub DigestKey ( _ key As Key _ ) |
C# |
---|
public void DigestKey( Key key ) |
Visual C++ |
---|
public: virtual void DigestKey( Key^ key ) sealed |
JavaScript |
---|
function digestKey(key); |
Parameters
- key
- Type: Cryptware.NCryptoki..::..Key
Key to digest
Implements
ISession..::..DigestKey(Key)
Remarks
Call C_DigestKey
Exceptions
Exception | Condition |
---|---|
Cryptware.NCryptoki..::..CryptokiException | if a PKCS#11 error occurs |