Logins the specified user type.
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Login ( _
userType As Integer, _
pin As Byte() _
) As Integer |
C# |
---|
public int Login(
int userType,
byte[] pin
) |
Visual C++ |
---|
public:
virtual int Login(
int userType,
[InAttribute] array<unsigned char>^ pin
) sealed |
JavaScript |
---|
function login(userType, pin); |
Parameters
- userType
- Type: System..::..Int32
Type of the user.
- pin
- Type: array<System..::..Byte>[]()[]
The pin.
Return Value
Implements
ISession..::..Login(Int32, array<Byte>[]()[][])
See Also