Share via


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

ユーザーはパスワードを入力することを好みます。

適用対象