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 int? Modality { get; }
Property Value
Type | Description |
---|---|
int? |
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
.