This documentation is archived and is not being maintained.

IIdentity.IsAuthenticated Property

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

[Visual Basic]
ReadOnly Property IsAuthenticated As Boolean
[C#]
bool IsAuthenticated {get;}
[C++]
__property bool get_IsAuthenticated();
[JScript]
function get IsAuthenticated() : Boolean;

Property Value

true if the user was authenticated; otherwise, false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

IIdentity Interface | IIdentity Members | System.Security.Principal Namespace

Show: