SipEndpointSettings.AllowNoAuthentication 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 whether the platform should be allowed to continue if the server does not request authentication.
public:
property bool AllowNoAuthentication { bool get(); void set(bool value); };
public bool AllowNoAuthentication { get; set; }
member this.AllowNoAuthentication : bool with get, set
Public Property AllowNoAuthentication As Boolean