AuthenticationManager.AllowAnonymous Property

Definition

Indicates if anonymous requests will be surfaced to the application or challenged by the server. The default value is true.

public:
 property bool AllowAnonymous { bool get(); void set(bool value); };
public bool AllowAnonymous { get; set; }
member this.AllowAnonymous : bool with get, set
Public Property AllowAnonymous As Boolean

Property Value

Applies to