KeyCredentialManagerOperationErrorStates 列挙 (keycredmgr.h)
KeyCredentialManagerGetOperationErrorStates 関数によって返されるエラー状態の列挙は、フラグとして。
構文
typedef enum KeyCredentialManagerOperationErrorStates {
KeyCredentialManagerOperationErrorStateNone = 0x0,
KeyCredentialManagerOperationErrorStateDeviceJoinFailure = 0x01,
KeyCredentialManagerOperationErrorStateTokenFailure = 0x02,
KeyCredentialManagerOperationErrorStateCertificateFailure = 0x04,
KeyCredentialManagerOperationErrorStateRemoteSessionFailure = 0x08,
KeyCredentialManagerOperationErrorStatePolicyFailure = 0x10,
KeyCredentialManagerOperationErrorStateHardwareFailure = 0x20,
KeyCredentialManagerOperationErrorStatePinExistsFailure = 0x40
} ;
定数
KeyCredentialManagerOperationErrorStateNone 値: 0x0 エラーなし。 ERROR_SUCCESSに相当します。 |
KeyCredentialManagerOperationErrorStateDeviceJoinFailure 値: 0x01 デバイスが Azure または Enterprise に正しく参加していないため、WHFB 登録が正常に完了します。 |
KeyCredentialManagerOperationErrorStateTokenFailure 値: 0x02 ユーザーが Azure または Enterprise からトークンを取得できなかったため、WHFB 登録が正常に完了しません。 |
KeyCredentialManagerOperationErrorStateCertificateFailure 値: 0x04 証明機関や証明書テンプレートが見つからなかったため、WHFB 登録が正常に完了しません。 |
KeyCredentialManagerOperationErrorStateRemoteSessionFailure 値: 0x08 現在のセッションはリモート セッションであるため、WHFB 登録は正常に完了しません。 |
KeyCredentialManagerOperationErrorStatePolicyFailure 値: 0x10 MDM またはグループ ポリシーの読み取りエラーが発生したため、WHFB 登録が正常に完了しません。 |
KeyCredentialManagerOperationErrorStateHardwareFailure 値: 0x20 デバイスに必要なハードウェアがないため、WHFB 登録は正常に完了しません。 |
KeyCredentialManagerOperationErrorStatePinExistsFailure 値: 0x40 WHFB は、このデバイスに既に登録されています。 |
必要条件
要件 | 価値 |
---|---|
ヘッダー | keycredmgr.h |