NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowsAuthenticationEvent.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;

See Also

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