AuthenticationManager.AllowAnonymous Propiedad

Definición

Indica si el servidor mostrará las solicitudes anónimas a la aplicación o la impugnará. El valor predeterminado es 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

Valor de propiedad

Se aplica a