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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_Login ( _
	hSession As Integer, _
	userType As Integer, _
	pin As IList(Of Byte) _
) As Integer
C#
public abstract int C_Login(
	int hSession,
	int userType,
	IList<byte> pin
)
Visual C++
public:
virtual int C_Login(
	int hSession, 
	int userType, 
	IList<unsigned char>^ pin
) abstract
JavaScript
function c_Login(hSession, userType, pin);

Parameters

hSession
Type: System..::..Int32
userType
Type: System..::..Int32
pin
Type: System.Collections.Generic..::..IList<(Of <(Byte>)>)

See Also