Show / Hide Table of Contents

Class IdentitySettingNames.Lockout

Inheritance
System.Object
IdentitySettingNames.Lockout
Namespace: Volo.Abp.Identity.Settings
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class Lockout : object

Fields

AllowedForNewUsers

Declaration
public const string AllowedForNewUsers = null
Field Value
Type Description
System.String

LockoutDuration

Declaration
public const string LockoutDuration = null
Field Value
Type Description
System.String

MaxFailedAccessAttempts

Declaration
public const string MaxFailedAccessAttempts = null
Field Value
Type Description
System.String
Back to top Powered by Volosoft