CollaborationPlatform.AllowedAuthenticationProtocol 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 authentication protocol to be used for client endpoints.
public:
property Microsoft::Rtc::Signaling::SipAuthenticationProtocols AllowedAuthenticationProtocol { Microsoft::Rtc::Signaling::SipAuthenticationProtocols get(); void set(Microsoft::Rtc::Signaling::SipAuthenticationProtocols value); };
public Microsoft.Rtc.Signaling.SipAuthenticationProtocols AllowedAuthenticationProtocol { get; set; }
member this.AllowedAuthenticationProtocol : Microsoft.Rtc.Signaling.SipAuthenticationProtocols with get, set
Public Property AllowedAuthenticationProtocol As SipAuthenticationProtocols