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