Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_EncryptInit ( _ hSession As Integer, _ mech As Mechanism, _ hKey As Integer _ ) As Integer |
C# |
---|
public abstract int C_EncryptInit( int hSession, Mechanism mech, int hKey ) |
Visual C++ |
---|
public: virtual int C_EncryptInit( int hSession, Mechanism^ mech, int hKey ) abstract |
JavaScript |
---|
function c_EncryptInit(hSession, mech, hKey); |
Parameters
- hSession
- Type: System..::..Int32
- mech
- Type: Cryptware.NCryptoki..::..Mechanism
- hKey
- Type: System..::..Int32