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

Syntax

Visual Basic (Declaration)
Function Login ( _
	userType As Integer, _
	pin As Byte() _
) As Integer
C#
int Login(
	int userType,
	byte[] pin
)
Visual C++
int Login(
	int userType, 
	[InAttribute] array<unsigned char>^ pin
)
JavaScript
function login(userType, pin);

Parameters

userType
Type: System..::..Int32
pin
Type: array<System..::..Byte>[]()[]

See Also