Compartir a través de


SipEndpoint.AllowNoAuthentication Property

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.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace