Show / Hide Table of Contents

YubiKeyFeatureExtensions Class

Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dll

A static class containing the HasFeature(IYubiKeyDevice, YubiKeyFeature) extension method.

C#
public static class YubiKeyFeatureExtensions
Inheritance object YubiKeyFeatureExtensions

Methods

Name Description
HasFeature(IYubiKeyDevice, YubiKeyFeature)

Feature presence detection. Used to query whether or not a particular YubiKey feature is available for this device.

ThrowOnMissingFeature(IYubiKeyDevice, YubiKeyFeature)

Throws a System.NotSupportedException if the YubiKey doesn't support the requested feature.

In this article
Back to top Generated by DocFX