KeyCredentialAttestationStatus 枚举

定义

表示密钥凭据证明状态。

public enum class KeyCredentialAttestationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class KeyCredentialAttestationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum KeyCredentialAttestationStatus
var value = Windows.Security.Credentials.KeyCredentialAttestationStatus.success
Public Enum KeyCredentialAttestationStatus
继承
KeyCredentialAttestationStatus
属性

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 中引入)

字段

NotSupported 2

不支持该操作。

Success 0

操作成功。

TemporaryFailure 3

操作暂时失败。

UnknownError 1

操作遇到未知错误。

适用于