SupportedAuthenticationProtocols Property

Gets the authentication protocols supported by the server.

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

Syntax

'Declaration
Public ReadOnly Property SupportedAuthenticationProtocols As SipAuthenticationProtocols
    Get
'Usage
Dim instance As AuthenticationException
Dim value As SipAuthenticationProtocols

value = instance.SupportedAuthenticationProtocols
public SipAuthenticationProtocols SupportedAuthenticationProtocols { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..SipAuthenticationProtocols
A SipAuthenticationProtocols object representing the supported protocols.

See Also

Reference

AuthenticationException Class

AuthenticationException Members

Microsoft.Rtc.Signaling Namespace