This documentation is archived and is not being maintained.

WindowsAuthenticationEventArgs.Identity Property

Gets an authenticated Windows identity.

[Visual Basic]
Public ReadOnly Property Identity As WindowsIdentity
[C#]
public WindowsIdentity Identity {get;}
[C++]
public: __property WindowsIdentity* get_Identity();
[JScript]
public function get Identity() : WindowsIdentity;

Property Value

An authenticated Windows identity.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

WindowsAuthenticationEventArgs Class | WindowsAuthenticationEventArgs Members | System.Web.Security Namespace

Show: