AuthenticationManager.AllowAnonymous Propriedade

Definição

Indica se as solicitações anônimas serão exibidas para o aplicativo ou desafiadas pelo servidor. O valor padrão é 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 da propriedade

Aplica-se a