Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the flag that indicates whether the client allows communicating with a server that does not challenge messages from this client.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AllowNoAuthentication As Boolean
Get
'Usage
Dim instance As SipEndpoint
Dim value As Boolean
value = instance.AllowNoAuthentication
public bool AllowNoAuthentication { get; }
Property Value
Type: System.Boolean
The Boolean value.