SmartCard.Reader Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets info about the smart card reader into which the smart card is inserted.
public:
property SmartCardReader ^ Reader { SmartCardReader ^ get(); };
SmartCardReader Reader();
public SmartCardReader Reader { get; }
var smartCardReader = smartCard.reader;
Public ReadOnly Property Reader As SmartCardReader
Info about the smart card reader.