HttpRequestBase.IsAuthenticated Propriété

Définition

En cas de substitution dans une classe dérivée, obtient une valeur qui indique si la requête a été authentifiée.

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

Valeur de propriété

Boolean

true si la requête a été authentifiée ; sinon, false.

Exceptions

S’applique à