Indicates possible reason for authentication-related failures.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
AuthenticationFailureReason
C#
public 
enum 
AuthenticationFailureReason
Visual C++
public 
enum class 
AuthenticationFailureReason
JavaScript

Microsoft.Rtc.Signaling.AuthenticationFailureReason = 
function();

Microsoft.Rtc.Signaling.AuthenticationFailureReason.createEnum('

Microsoft.Rtc.Signaling.AuthenticationFailureReason',
false);

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.

See Also