SipEndpoint.AuthenticationProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.