Login Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Function Login ( _
    userType As Session.UserType, _
    pin As String _
) As Boolean
public bool Login(
    Session.UserType userType,
    string pin
)
public:
bool Login(
    Session::UserType userType, 
    String^ pin
)
member Login : 
        userType:Session.UserType * 
        pin:string -> bool 
public function Login(
    userType : Session..::..UserType, 
    pin : String
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

.NET Framework Security

See Also

Reference

Session Class

Microsoft.SPOT.Cryptoki Namespace