Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the authentication protocol currently in use with the server.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationProtocol As SipAuthenticationProtocols
Get
'Usage
Dim instance As SipEndpoint
Dim value As SipAuthenticationProtocols
value = instance.AuthenticationProtocol
public SipAuthenticationProtocols AuthenticationProtocol { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SipAuthenticationProtocols
Remarks
If there is no security context established with the server, the default value of SipAuthenticationProtocols.None is returned.