GenericIdentity.IsAuthenticated Proprietà

Definizione

Ottiene un valore che indica se l'utente è stato autenticato.

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

Valore della proprietà

true se l'utente è stato autenticato; in caso contrario false.

Implementazioni

Si applica a