Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​Security.​Principal.​IIdentity

Assembly: System.Runtime

Defines the basic functionality of an identity object.

Properties

string
AuthenticationType
Gets the type of authentication used.
bool
IsAuthenticated
Gets a value that indicates whether the user has been authenticated.
string
Name
Gets the name of the current user.