Exemplo n.º 1
0
        public async Task <BiometricType> GetDeviceBiometricType()
        {
            var code = await GetDeviceTypeCode();

            DeviceBiometricType = BiometricTypes.DecodeBiometricType(code);
            return(DeviceBiometricType);
        }
Exemplo n.º 2
0
 public void AsyncEnumServiceProviders(Framework framework, BiometricTypes biometricTypes = BiometricTypes.Fingerprint)
 {
     WinBiometric.AsyncEnumServiceProviders(framework, biometricTypes);
 }
Exemplo n.º 3
0
 public void AsyncEnumDatabases(Framework framework, BiometricTypes biometricTypes = BiometricTypes.Fingerprint)
 {
     WinBiometric.AsyncEnumDatabases(framework, biometricTypes);
 }