KeyCredentialStatus Enum
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.
Represents the status of a key credential request.
public enum class KeyCredentialStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class KeyCredentialStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum KeyCredentialStatus
var value = Windows.Security.Credentials.KeyCredentialStatus.success
Public Enum KeyCredentialStatus
- Inheritance
-
KeyCredentialStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The operation was successful. |
UnknownError | 1 | An unknown error occurred. |
NotFound | 2 | The credential could not be found. |
UserCanceled | 3 | The request was cancelled by the user. |
UserPrefersPassword | 4 | The user prefers to enter a password. |
CredentialAlreadyExists | 5 | The credential already exists. |
SecurityDeviceLocked | 6 | The security device was locked. |