Edit

Share via


SipEndpoint.AuthenticationProtocol Property

Definition

Gets the authentication protocol currently in use with the server.

public:
 property Microsoft::Rtc::Signaling::SipAuthenticationProtocols AuthenticationProtocol { Microsoft::Rtc::Signaling::SipAuthenticationProtocols get(); };
public Microsoft.Rtc.Signaling.SipAuthenticationProtocols AuthenticationProtocol { get; }
member this.AuthenticationProtocol : Microsoft.Rtc.Signaling.SipAuthenticationProtocols
Public ReadOnly Property AuthenticationProtocol As SipAuthenticationProtocols

Property Value

Remarks

If there is no security context established with the server, the default value of SipAuthenticationProtocols.None is returned.

Applies to