Compartir vía


IIdentity.IsAuthenticated Propiedad

Definición

Obtiene un valor que indica si el usuario se ha autenticado.

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

Valor de propiedad

Boolean

true si se ha autenticado al usuario; en caso contrario, false.

Comentarios

El valor de esta propiedad viene determinado por el identificador de seguridad (SID) de WindowsSECURITY_AUTHENTICATED_USER_RID.

Se aplica a