Table of Contents

Class ErrorIdentity

Namespace
The.Web.Security
Assembly
Instagile.Web.Client.dll
public sealed class ErrorIdentity : IIdentity
Inheritance
ErrorIdentity
Implements
Inherited Members

Constructors

ErrorIdentity(string)

public ErrorIdentity(string errorMessage)

Parameters

errorMessage string

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

bool

true if the user was authenticated; otherwise, false.

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.