-api-id | -api-type |
---|---|
M:Windows.Security.Credentials.UI.UserConsentVerifier.RequestVerificationAsync(System.String) |
winrt method |
Performs a verification using an authentication device such as Microsoft Passport PIN, Windows Hello, or a fingerprint reader. This API is for Universal Windows Platform (UWP) apps. The alternative API to use for a desktop app is described in Examples in UserConsentVerifier class.
A message to display to the user for this verification request.
A UserConsentVerificationResult value that describes the result of the verification.
You can use the RequestVerificationAsync method to request user consent for a sensitive operation. For example, you can require device authentication before authorizing an in-app purchase, or access to restricted resources. You can use the CheckAvailabilityAsync method to determine if authentication is supported for the current user.
See Examples in UserConsentVerifier class.
UserConsentVerifier class, Fingerprint biometrics, UserConsentVerifier sample, Windows.Security.Credentials.UI, Authentication and user identity