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