Show / Hide Table of Contents

TouchEjectEnabled Property

TouchEjectEnabled

The CCID touch-eject feature is enabled.

C#
public bool TouchEjectEnabled { get; set; }

Property Value

Type Description
bool

Remarks

For the CCID connection, the YubiKey behaves as a smart card reader and smart card. When this flag is disabled, the smart card is always present in the smart card reader. When enabled, the smart card will be ejected by default, and the user is required to touch the YubiKey to insert the smart card. For this to take effect, all YubiKeyCapabilities which do not depend on the CCID connection (such as Fido2, FidoU2f, and Otp) must be disabled.

To automatically eject the smart card following a touch, see AutoEjectTimeout.

In this article
Back to top Generated by DocFX