Share via


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

The IsSupportedAsync method checks if the current device and user can provision a key credential. This requires:

  1. A Microsoft account linked to the user.
  2. An unlock gesture (PIN or biometric) set up to protect the key container.

Applies to