Share via


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

操作で不明なエラーが発生しました。

適用対象