KeyCredentialManager.IsSupportedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
- A Microsoft account linked to the user.
- An unlock gesture (PIN or biometric) set up to protect the key container.