SecurityServices for .NET 2.0 Documentation

SmartcardReader Constructor (String, DatabaseScope)

[This is preliminary documentation and subject to change.]

Initializes a new SmartcardReader instance.

public SmartcardReader(
   String readerName,
   DatabaseScope scope
);

Parameters

String
The name of the smartcard reader.
DatabaseScope
The scope of the resource manager context.

Exceptions

Exception Type Condition
ArgumentNullException readerName is a null reference.
SmartcardException An error occurred while communication with the smartcard reader.

See Also

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