SecurityServices for .NET 2.0 Documentation

SmartcardReader.OpenReader Method

[This is preliminary documentation and subject to change.]

Opens a SmartcardReader.

Overload List

Opens a SmartcardReader.

public static SmartcardReader OpenReader();

Opens a SmartcardReader that has a card inserted with a specified ATR.

public static SmartcardReader OpenReader(Atr);

Opens a SmartcardReader that has a card inserted with a specified ATR.

public static SmartcardReader OpenReader(Byte[]);

See Also

SmartcardReader Class | Org.Mentalis.SecurityServices.Smartcard Namespace