UvModality Property
UvModality
A bit field indicating the user verification methods supported by the YubiKey. The meanings of the bits are specified in the FIDO standard, namely the Registry of Predefined Values, section 3.1. This property is OPTIONAL, and if the YubiKey provides no value, this will be null.
C#
public Nullable<int> UvModality { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |