Class ErrorIdentity
public sealed class ErrorIdentity : IIdentity
- Inheritance
-
ErrorIdentity
- Implements
- Inherited Members
Constructors
ErrorIdentity(string)
public ErrorIdentity(string errorMessage)
Parameters
errorMessagestring
Properties
AuthenticationType
Gets the type of authentication used.
public string? AuthenticationType { get; }
Property Value
- string
The type of authentication used to identify the user.
IsAuthenticated
Gets a value that indicates whether the user has been authenticated.
public bool IsAuthenticated { get; }
Property Value
Name
Gets the name of the current user.
public string? Name { get; }
Property Value
- string
The name of the user on whose behalf the code is running.