KeyCredentialStatus KeyCredentialStatus KeyCredentialStatus KeyCredentialStatus Enum

Definition

Represents the status of a key credential request.

public : enum class KeyCredentialStatuspublic enum KeyCredentialStatusPublic Enum KeyCredentialStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

CredentialAlreadyExists CredentialAlreadyExists CredentialAlreadyExists CredentialAlreadyExists

The credential already exists.

NotFound NotFound NotFound NotFound

The credential could not be found.

SecurityDeviceLocked SecurityDeviceLocked SecurityDeviceLocked SecurityDeviceLocked

The security device was locked.

Success Success Success Success

The operation was successful.

UnknownError UnknownError UnknownError UnknownError

An unknown error occurred.

UserCanceled UserCanceled UserCanceled UserCanceled

The request was cancelled by the user.

UserPrefersPassword UserPrefersPassword UserPrefersPassword UserPrefersPassword

The user prefers to enter a password.