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