SecurityServices for .NET 2.0 Documentation

SmartcardReader.Lock Method 

[This is preliminary documentation and subject to change.]

Starts a transaction, waiting for the completion of all other transactions before it begins.

public void Lock();

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