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
Name | Value | Description |
---|---|---|
None | 0 | Some other reason. |
NoAuthenticatingAuthority | 1 | No authentication authority is available. |
InvalidCredentials | 2 | The supplied credentials are invalid. |
MissingCredentials | 3 | The credentials are missing. |
NoCommonProtocols | 4 | There is no common authentication protocol. |
UnchallengingServer | 5 | The server does not challenge when the client requires it. |
SkewedClock | 6 | The clocks on the client and server computers are skewed. |