HttpRequestWrapper.IsAuthenticated Propriedade

Definição

Obtém um valor que indica se a solicitação foi autenticada.Gets a value that indicates whether the request has been authenticated.

public:
 virtual property bool IsAuthenticated { bool get(); };
public override bool IsAuthenticated { get; }
member this.IsAuthenticated : bool
Public Overrides ReadOnly Property IsAuthenticated As Boolean

Valor da propriedade

Boolean

true se a solicitação foi autenticada; caso contrário, false .true if the request has been authenticated; otherwise, false.

Aplica-se a