Table of Contents

Class LoginHistorySettings

Namespace
KadicAuth.Application.Common
Assembly
KadicAuth.Application.dll

Configures pagination defaults for login attempt history queries. Mapped from the "LoginHistory" section in appsettings.

public sealed class LoginHistorySettings
Inheritance
object
LoginHistorySettings

Fields

SectionName

public const string SectionName = "LoginHistory"

Field Value

string

Properties

DefaultPageSize

public int DefaultPageSize { get; set; }

Property Value

int

MaxPageSize

public int MaxPageSize { get; set; }

Property Value

int