Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: 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