Show / Hide Table of Contents

LastAccessed Property

LastAccessed

The time when this device was last accessed.

C#
DateTime LastAccessed { get; }

Property Value

Type Description
DateTime

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.

In this article
Back to top Generated by DocFX