示例#1
0
        public async Task <BiometricType> GetDeviceBiometricType()
        {
            var code = await GetDeviceTypeCode();

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