Table of Contents

Class YubiKeyDeviceEventArgs

Namespace
Yubico.YubiKey
Assembly
Yubico.YubiKey.dll

This class contains properties that are specific to the event being raised.

public class YubiKeyDeviceEventArgs : EventArgs
Inheritance
object
EventArgs
YubiKeyDeviceEventArgs

Constructors

YubiKeyDeviceEventArgs(IYubiKeyDevice)

Constructs an event arguments.

public YubiKeyDeviceEventArgs(IYubiKeyDevice device)

Parameters

device IYubiKeyDevice

A YubiKey device

Properties

Device

A YubiKey arrived or removed.

public IYubiKeyDevice Device { get; }

Property Value

IYubiKeyDevice