SmartCard.Reader Property

Definition

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

Property Value

Info about the smart card reader.

Applies to

See also