AuthenticationManager.AllowAnonymous 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.
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, setPublic Property AllowAnonymous As Boolean