WindowsIdentity.IsAuthenticated Propiedad

Definición

Obtiene un valor que indica si Windows ha autenticado al usuario.

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

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

Implementaciones

Se aplica a