PinUvAuthProtocols Property
PinUvAuthProtocols
List of PIN/UV Auth Protocols the YubiKey supports. They are given in the order from most to least preferred. This property is OPTIONAL, and if the YubiKey provides no value, this will be null.
C#
public IReadOnlyList<PinUvAuthProtocol> PinUvAuthProtocols { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<PinUvAuthProtocol> |