共用方式為


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

作業發生未知的錯誤。

適用於