This documentation is archived and is not being maintained.

PassportAuthenticationEventArgs.Identity Property

Gets an authenticated Passport identity.

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

Property Value

An authenticated Passport identity.

Requirements

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

See Also

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

Show: