Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BiometricMethod.cs
2{
6 public enum BiometricMethod
7 {
11 Face = 0,
15 Fingerprint = 1,
19 FaceId = 50,
23 TouchId = 51,
27 Unknown = 100,
31 None = 101
32 }
33}
BiometricMethod
Enum representing the device biometric method for authentication.