WindowsIdentity.IsAuthenticated Propriedade
Definição
Obtém um valor que indica se o usuário foi autenticado pelo Windows.Gets a value indicating whether the user has been authenticated by 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
Valor da propriedade
true se o usuário foi autenticado; caso contrário, false.true if the user was authenticated; otherwise, false.