IIdentity.IsAuthenticated Proprietà

Definizione

Ottiene un valore che indica se l'utente è stato autenticato.

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

Valore della proprietà

true se l'utente è stato autenticato; in caso contrario, false.

Commenti

L'impostazione di questa proprietà è determinata dall'identificatore di sicurezza di Windows SECURITY_AUTHENTICATED_USER_RID (SID).

Si applica a