System.Security.Principal.IIdentity.IsAuthenticated Property

Gets a value that indicates whether the user has been authenticated.

Syntax

public bool IsAuthenticated { get; }

Value

True if the current identity was authenticated, false otherwise.

Remarks

The setting for this property is determined by the Windows SECURITY_AUTHENTICATED_USER_RID security identifier (SID).

Requirements

Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0