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.
struct System.​Security.​Principal.​IIdentity
Assembly: System.Runtime
Defines the basic functionality of an identity object.
Properties
public
string
AuthenticationType
Gets the type of authentication used.
public
bool
IsAuthenticated
Gets a value that indicates whether the user has been authenticated.
public
string
Name
Gets the name of the current user.