This documentation is archived and is not being maintained.
WindowsIdentity.IsAuthenticated Property
.NET Framework 1.1
Gets a value indicating whether the user has been authenticated by Windows.
[Visual Basic] Public Overridable ReadOnly Property IsAuthenticated As Boolean _ Implements IIdentity.IsAuthenticated [C#] public virtual bool IsAuthenticated {get;} [C++] public: __property virtual bool get_IsAuthenticated(); [JScript] public function get IsAuthenticated() : Boolean;
Property Value
true if the user was authenticated; otherwise, false.
Implements
Requirements
Platforms: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace
Show: