KeyCredentialManagerOperationErrorStates 列挙 (keycredmgr.h)

関数 KeyCredentialManagerGetOperationErrorStates によってフラグとして返される Error 状態の列挙。

構文

typedef enum KeyCredentialManagerOperationErrorStates {
  KeyCredentialManagerOperationErrorStateNone = 0x0,
  KeyCredentialManagerOperationErrorStateDeviceJoinFailure = 0x01,
  KeyCredentialManagerOperationErrorStateTokenFailure = 0x02,
  KeyCredentialManagerOperationErrorStateCertificateFailure = 0x04,
  KeyCredentialManagerOperationErrorStateRemoteSessionFailure = 0x08,
  KeyCredentialManagerOperationErrorStatePolicyFailure = 0x10,
  KeyCredentialManagerOperationErrorStateHardwareFailure = 0x20,
  KeyCredentialManagerOperationErrorStatePinExistsFailure
} ;

定数

 
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
WHFB は、このデバイスに既に登録されています。

必要条件

   
Header keycredmgr.h