LastAccessed Property
LastAccessed
The time when this device was last accessed.
C#
public DateTime LastAccessed { get; protected set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Implements
Remarks
Certain Yubico devices, such as the YubiKey, require a short delay before switching to and communicating with a different USB interface. This is called the reclaim timeout. The YubiKey SDK must keep track of the last interface to have been accessed and when in order to properly implement this delay.