Show / Hide Table of Contents

YubiKeyInterfaces Property

YubiKeyInterfaces

The interfaces of the YubiKey that should be enabled over USB.

C#
public YubiKeyCapabilities YubiKeyInterfaces { get; set; }

Property Value

Type Description
YubiKeyCapabilities

Exceptions

Type Condition
ArgumentException

Thrown by the setter if the value contains unsupported flags.

Remarks

This is an indirect means of controlling which YubiKey applications are available to the end user.

There must be at least one enabled interface. Only the following flags are allowed:

  • Otp
  • Ccid
  • FidoU2f
  • All

In This Article
  • Remarks
Back to top Generated by DocFX