SecurityServices for .NET 2.0 Documentation

SmartcardReader.Status Property

[This is preliminary documentation and subject to change.]

Returns the status of the smartcard reader.

public  Status {get;}

Property Value

One of the SmartcardState values.

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