Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 878 Bytes

keycredentialmanager_issupportedasync_2134939103.md

File metadata and controls

29 lines (19 loc) · 878 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Security.Credentials.KeyCredentialManager.IsSupportedAsync
winrt method
xbox

Windows.Security.Credentials.KeyCredentialManager.IsSupportedAsync

-description

Determines if the current device and user is capable of provisioning a key credential.

-returns

When this method completes, it returns true if the current device and user is capable of provisioning a key credential. Otherwise, it returns false.

-remarks

An application cannot provision a key credential until the user has successfully done the following:

  • Connected their user account to their Microsoft account.
  • Provided an unlock gesture (PIN or biometric) to protect the container that stores their key credential.

-examples

-see-also