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

Syntax

Visual Basic (Declaration)
Public Function Login ( _
	userType As Integer, _
	pin As String _
) As Integer
C#
public int Login(
	int userType,
	string pin
)
Visual C++
public:
virtual int Login(
	int userType, 
	String^ pin
) sealed
JavaScript
function login(userType, pin);

Parameters

userType
Type: System..::..Int32
pin
Type: System..::..String

Implements

ISession..::..Login(Int32, String)

See Also