Device Property
Device
The smart card device that originated the event.
C#
public ISmartCardDevice Device { get; set; }
Property Value
Type | Description |
---|---|
ISmartCardDevice |
Remarks
This property will always be populated, regardless of whether this is an arrival event or a removal event. If the device was removed, not all members will be available on the object. An exception will be thrown if you try to use the device in a way that requires it to be present.