AuthenticationFailureReason Enumeration
Indicates possible reason for authentication-related failures.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration AuthenticationFailureReason
'Usage
Dim instance As AuthenticationFailureReason
public enum AuthenticationFailureReason
Members
Member name | Description | |
---|---|---|
None | Some other reason. | |
NoAuthenticatingAuthority | No authentication authority is available. | |
InvalidCredentials | The supplied credentials are invalid. | |
MissingCredentials | The credentials are missing. | |
NoCommonProtocols | There is no common authentication protocol. | |
UnchallengingServer | The server does not challenge when the client requires it. | |
SkewedClock | The clocks on the client and server computers are skewed. |