WindowsIdentity.IsAuthenticated Propriété

Définition

Obtient une valeur indiquant si l'utilisateur a été authentifié par Windows.

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

Valeur de propriété

true si l'utilisateur a été identifié ; sinon false.

Implémente

S’applique à