AuthenticationFailureReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates possible reason for authentication-related failures.
public enum class AuthenticationFailureReason
public enum AuthenticationFailureReason
type AuthenticationFailureReason =
Public Enum AuthenticationFailureReason
- Inheritance
-
AuthenticationFailureReason
Fields
| InvalidCredentials | 2 | The supplied credentials are invalid. |
| MissingCredentials | 3 | The credentials are missing. |
| NoAuthenticatingAuthority | 1 | No authentication authority is available. |
| NoCommonProtocols | 4 | There is no common authentication protocol. |
| None | 0 | Some other reason. |
| SkewedClock | 6 | The clocks on the client and server computers are skewed. |
| UnchallengingServer | 5 | The server does not challenge when the client requires it. |