SipEndpointSettings.AllowedAuthenticationProtocols 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 or sets the allowed authentication protocols.
public:
property Microsoft::Rtc::Signaling::SipAuthenticationProtocols AllowedAuthenticationProtocols { Microsoft::Rtc::Signaling::SipAuthenticationProtocols get(); void set(Microsoft::Rtc::Signaling::SipAuthenticationProtocols value); };
public Microsoft.Rtc.Signaling.SipAuthenticationProtocols AllowedAuthenticationProtocols { get; set; }
member this.AllowedAuthenticationProtocols : Microsoft.Rtc.Signaling.SipAuthenticationProtocols with get, set
Public Property AllowedAuthenticationProtocols As SipAuthenticationProtocols