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!

IPrincipal.Identity

Exposes the Identity object associated with the Principal.

[Visual Basic]
ReadOnly Property Identity As IIdentity
[C#]
IIdentity Identity {get;}
[C++]
IIdentity* get_Identity() = 0;
[JScript]
abstract function get Identity() : IIdentity;

See Also

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