Indicates whether the user has been authenticated by Windows.
[Visual Basic] Overridable Public ReadOnly Property IsAuthenticated As Boolean [C#] public bool IsAuthenticated {virtual get;} [C++] public: __property virtual bool get_IsAuthenticated(); [JScript] public function get IsAuthenticated() : Boolean;
True if user is authenticated.
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace