Defines the basic functionality of any identity object. An Identity object represents the user on whose behalf the code is running.
IIdentity
[Visual Basic] Public Interface IIdentity [C#] public interface IIdentity [C++] public __gc __interface IIdentity
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
CookieIdentity | [To be supplied.] |
GenericIdentity | [To be supplied.] |
PassportIdentity | [To be supplied.] |
WindowsIdentity | An implementation of IIdentity representing a Windows user. |
[To be supplied.]
Namespace: System.Security.Principal
Assembly: mscorlib.dll