YubiKeyFeatureExtensions Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllA static class containing the HasFeature(IYubiKeyDevice, YubiKeyFeature) extension method.
C#
public static class YubiKeyFeatureExtensions : Object
Inheritance
System.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. |