Search notes:

System.Security.Principal.IIdentity (interface)

This interface specifies no methods, just three properties:
AuthenticationType A String. Typical values inlcude: Basic authentication, NTLM, Kerberos and Password
IsAuthenticated A bool that indicates if the user has been authenticated
Name The name of the user on whose behalf the current process is running.

See also

The System.Security.Principal.GenericIdentity class represents a generic user.

Index