AuthenticationException.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