SecurityServices for .NET 2.0 Documentation

SmartcardReader.Unlock Method (SmartcardDisposition)

[This is preliminary documentation and subject to change.]

Completes a previously declared transaction, allowing other applications to resume interactions with the card.

public void Unlock(
   SmartcardDisposition disposition
);

Parameters

SmartcardDisposition
Action to take on the card in the connected reader on close.

Exceptions

Exception Type Condition
ObjectDisposedException The SmartcardReader has been closed.
SmartcardException An error occurred while communication with the smartcard reader.

See Also

SmartcardReader Class | Org.Mentalis.SecurityServices.Smartcard Namespace | SmartcardReader.Unlock Overload List