KeyCredentialStatus 枚举

定义

表示密钥凭据请求的状态。

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
继承
KeyCredentialStatus
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

CredentialAlreadyExists 5

凭据已存在。

NotFound 2

找不到凭据。

SecurityDeviceLocked 6

安全设备已锁定。

Success 0

操作成功。

UnknownError 1

出现未知错误。

UserCanceled 3

用户取消了请求。

UserPrefersPassword 4

用户希望输入密码。

适用于