GenericIdentity.IsAuthenticated Propiedad

Definición

Obtiene un valor que indica si el usuario se autenticó.

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

Valor de propiedad

Es true si el usuario está autenticado; en caso contrario, es false.

Implementaciones

Se aplica a