Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_EncryptFinal ( _ hSession As Integer, _ digest As IList(Of Byte) _ ) As Integer |
C# |
---|
public abstract int C_EncryptFinal( int hSession, IList<byte> digest ) |
Visual C++ |
---|
public: virtual int C_EncryptFinal( int hSession, IList<unsigned char>^ digest ) abstract |
JavaScript |
---|
function c_EncryptFinal(hSession, digest); |
Parameters
- hSession
- Type: System..::..Int32
- digest
- Type: System.Collections.Generic..::..IList<(Of <(Byte>)>)