Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SignInit ( _ mech As Mechanism, _ key As Key _ ) As Integer |
C# |
---|
public int SignInit( Mechanism mech, Key key ) |
Visual C++ |
---|
public: virtual int SignInit( Mechanism^ mech, Key^ key ) sealed |
JavaScript |
---|
function signInit(mech, key); |