KeyCredentialManager.IsSupportedAsync Method

Definition

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

public:
 static IAsyncOperation<bool> ^ IsSupportedAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> IsSupportedAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> IsSupportedAsync();
function isSupportedAsync()
Public Shared Function IsSupportedAsync () As IAsyncOperation(Of Boolean)

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.

Attributes

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.

Applies to