TryLogin¶
Tries to log in to the PKCS11 device with the given PIN.
1 | |
Parameters¶
string pin
The PIN to use for login.
Returns¶
The result of the login operation.
Remarks¶
If the login is successful, the method returns an Ok string. If the PIN is incorrect, the method returns an InvalidPIN string. If the PIN is blocked, the method returns a LockedPIN string. Otherwise, the method returns an Unknown string.
This method is only available for certificates that are stored in a PKCS11 library. Otherwise, this method call is ignored.