Modality Property
Modality
The modality of the YubiKey Bio component. The modality is the technique used to obtain Bio authentication. This is an optional element and can be null.
C#
public Nullable<int> Modality { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Remarks
The value returned by the YubiKey is an integer. The standard defines
what each integer means. Currently, the standard defines only one
modality, fingerprint, and that is the integer 1
.