Logins the specified user type.

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

Syntax

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

Parameters

userType
Type: System..::..Int32
Type of the user.
pin
Type: System..::..String
The pin.

Return Value

See Also