Enumeration VerificationResult

The result of a user consent verification operation.

Enumeration Members

Canceled: 6

The user consent verification operation was canceled by the user.

DeviceBusy: 4

The user consent verification operation failed because the device is busy.

DeviceNotPresent: 1

The user consent verification operation failed because the device is not present.

DisabledByPolicy: 3

The user consent verification operation failed because Windows Hello is disabled by policy.

NotConfiguredForUser: 2

The user consent verification operation failed because Windows Hello is not configured for the user.

RetriesExhausted: 5

The user consent verification operation failed because the maximum number of attempts was exceeded.

Verified: 0

The user consent verification operation succeeded.

Generated using TypeDoc