AllowNoAuthentication Property

Gets whether the client allows communication with a server that does not authenticate 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
true in the client allows no authentication; otherwise false.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace