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 : DeviceEventArgs<ISmartCardDevice>, IDeviceEventArgs<ISmartCardDevice>
Implements
Constructors
Name | Description |
---|---|
SmartCardDeviceEventArgs(ISmartCardDevice) | Constructs a new instance of the SmartCardDeviceEventArgs class. |