dalyIsaac
dalyIsaac

Reputation: 730

UserConsentVerifierAvailability enum definitions for Windows 10

What is the difference between DeviceNotPresent and NotConfiguredForUser properties of UserConsentVerifierAvailability enumeration?

MSDN documentation says "There is no biometric verifier device available" and "A biometric verifier device is not configured for this user", respectively.

From what I understand, DeviceNotPresent is when a pin or Hello hasn't been set up for the user, but what then is NotConfiguredForUser?

Upvotes: 0

Views: 62

Answers (1)

Tóth Tibor
Tóth Tibor

Reputation: 1565

The documentation says, the DeviceNotPresent is when the machine don't have any biometric authentication capable peripheral device (iris scanner or fingerprint scanner). The value is NotConfiguredForUser when the machine have a capable device, but the user haven't configured the Windows Hello yet.

Upvotes: 1

Related Questions