Table of Contents

Class SmartCardDeviceEventArgs

Namespace
Yubico.Core.Devices.SmartCard
Assembly
Yubico.Core.dll

Event arguments given whenever a smart card device is added or removed from the system.

public class SmartCardDeviceEventArgs : DeviceEventArgs<ISmartCardDevice>, IDeviceEventArgs<ISmartCardDevice>
Inheritance
object
EventArgs
SmartCardDeviceEventArgs
Implements
Inherited Members

Constructors

SmartCardDeviceEventArgs(ISmartCardDevice)

Constructs a new instance of the SmartCardDeviceEventArgs class.

public SmartCardDeviceEventArgs(ISmartCardDevice device)

Parameters

device ISmartCardDevice

The smart card device that is originating this event.