Class IdentitySecurityLogConsts
Inheritance
IdentitySecurityLogConsts
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentitySecurityLogConsts
Constructors
IdentitySecurityLogConsts()
Declaration
public IdentitySecurityLogConsts()
Properties
MaxActionLength
Declaration
public static int MaxActionLength { get; set; }
Property Value
MaxApplicationNameLength
Declaration
public static int MaxApplicationNameLength { get; set; }
Property Value
MaxBrowserInfoLength
Declaration
public static int MaxBrowserInfoLength { get; set; }
Property Value
MaxClientIdLength
Declaration
public static int MaxClientIdLength { get; set; }
Property Value
MaxClientIpAddressLength
Declaration
public static int MaxClientIpAddressLength { get; set; }
Property Value
MaxCorrelationIdLength
Declaration
public static int MaxCorrelationIdLength { get; set; }
Property Value
MaxIdentityLength
Declaration
public static int MaxIdentityLength { get; set; }
Property Value
MaxTenantNameLength
Declaration
public static int MaxTenantNameLength { get; set; }
Property Value
MaxUserNameLength
Declaration
public static int MaxUserNameLength { get; set; }
Property Value
Extension Methods