Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration of Error states returned by the function KeyCredentialManagerGetOperationErrorStates as flags.
Syntax
typedef enum KeyCredentialManagerOperationErrorStates {
KeyCredentialManagerOperationErrorStateNone = 0x0,
KeyCredentialManagerOperationErrorStateDeviceJoinFailure = 0x01,
KeyCredentialManagerOperationErrorStateTokenFailure = 0x02,
KeyCredentialManagerOperationErrorStateCertificateFailure = 0x04,
KeyCredentialManagerOperationErrorStateRemoteSessionFailure = 0x08,
KeyCredentialManagerOperationErrorStatePolicyFailure = 0x10,
KeyCredentialManagerOperationErrorStateHardwareFailure = 0x20,
KeyCredentialManagerOperationErrorStatePinExistsFailure = 0x40
} ;
Constants
KeyCredentialManagerOperationErrorStateNoneValue: 0x0 No Error. Equivalent to ERROR_SUCCESS. |
KeyCredentialManagerOperationErrorStateDeviceJoinFailureValue: 0x01 WHFB enrollment will successfully complete because the device is not properly joined to Azure or the Enterprise. |
KeyCredentialManagerOperationErrorStateTokenFailureValue: 0x02 WHFB enrollment will not successfully complete because the user could not get a token from Azure or the Enterprise. |
KeyCredentialManagerOperationErrorStateCertificateFailureValue: 0x04 WHFB enrollment will not successfully complete because the certificate authority and/or certificate template could not be found. |
KeyCredentialManagerOperationErrorStateRemoteSessionFailureValue: 0x08 WHFB enrollment will not successfully complete because the current session is a remote session. |
KeyCredentialManagerOperationErrorStatePolicyFailureValue: 0x10 WHFB enrollment will not successfully complete because there was an error reading MDM or Group Policy. |
KeyCredentialManagerOperationErrorStateHardwareFailureValue: 0x20 WHFB enrollment will not successful complete because the device does not have the required hardware. |
KeyCredentialManagerOperationErrorStatePinExistsFailureValue: 0x40 WHFB is already enrolled on this device. |
Requirements
| Requirement | Value |
|---|---|
| Header | keycredmgr.h |