Class YubiKeyDeviceEventArgs
This class contains properties that are specific to the event being raised.
public class YubiKeyDeviceEventArgs : EventArgs
- Inheritance
-
objectEventArgsYubiKeyDeviceEventArgs
Constructors
YubiKeyDeviceEventArgs(IYubiKeyDevice)
Constructs an event arguments.
public YubiKeyDeviceEventArgs(IYubiKeyDevice device)
Parameters
device
IYubiKeyDeviceA YubiKey device
Properties
Device
A YubiKey arrived or removed.
public IYubiKeyDevice Device { get; }