Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_InitToken ( _
	slotID As Integer, _
	pin As IList(Of Byte), _
	label As String _
) As Integer
C#
public abstract int C_InitToken(
	int slotID,
	IList<byte> pin,
	string label
)
Visual C++
public:
virtual int C_InitToken(
	int slotID, 
	IList<unsigned char>^ pin, 
	String^ label
) abstract
JavaScript
function c_InitToken(slotID, pin, label);

Parameters

slotID
Type: System..::..Int32
pin
Type: System.Collections.Generic..::..IList<(Of <(Byte>)>)
label
Type: System..::..String

See Also