Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.75 KB

userconsentverificationresult.md

File metadata and controls

47 lines (31 loc) · 1.75 KB
-api-id -api-type
T:Windows.Security.Credentials.UI.UserConsentVerificationResult
winrt enum

UserConsentVerificationResult

-description

Describes the result of a verification operation.

-enum-fields

-field Verified:0

The user was verified.

-field DeviceNotPresent:1

There is no authentication device available.

-field NotConfiguredForUser:2

An authentication verifier device is not configured for this user.

-field DisabledByPolicy:3

Group policy has disabled authentication device verification.

-field DeviceBusy:4

The authentication device is performing an operation and is unavailable.

-field RetriesExhausted:5

After 10 attempts, the original verification request and all subsequent attempts at the same verification were not verified.

-field Canceled:6

The verification operation was canceled.

-remarks

-examples

The following example shows a method that requests verification from an authentication device and returns a message that describes the result based on the UserConsentVerificationResult value.

[!code-csharp2]

-see-also

Fingerprint biometrics, UserConsentVerifier sample, RequestVerificationAsync, UserConsentVerifier, Windows.Security.Credentials.UI, Authentication and user identity