SmartCardDeviceEventArgs Class
Namespace: Yubico.Core.Devices.SmartCard Assembly: Yubico.Core.dllEvent arguments given whenever a smart card device is added or removed from the system.
C#
public class SmartCardDeviceEventArgs : EventArgs
Inheritance
System.Object
SmartCardDeviceEventArgs
Constructors
Name | Description |
---|---|
SmartCardDeviceEventArgs(ISmartCardDevice) | Constructs a new instance of the SmartCardDeviceEventArgs class. |
Properties
Name | Description |
---|---|
Device | The smart card device that originated the event. |