This documentation is archived and is not being maintained.
FormsIdentity.IsAuthenticated Property
.NET Framework 1.1
Indicates whether authentication took place.
[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
A Boolean that indicates whether authentication took place.
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FormsIdentity Class | FormsIdentity Members | System.Web.Security Namespace
Show: