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