CardAddedEventArgs.SmartCard 属性

定义

获取有关插入到智能卡读取器中的智能卡的信息。

public:
 property SmartCard ^ SmartCard { SmartCard ^ get(); };
SmartCard SmartCard();
public SmartCard SmartCard { get; }
var smartCard = cardAddedEventArgs.smartCard;
Public ReadOnly Property SmartCard As SmartCard

属性值

有关已插入的智能卡的信息。

适用于

另请参阅