Show / Hide Table of Contents

Class IdentitySecurityLogConsts

Inheritance
System.Object
IdentitySecurityLogConsts
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentitySecurityLogConsts : object

Properties

MaxActionLength

Default value: 96

Declaration
public static int MaxActionLength { get; set; }
Property Value
Type Description
System.Int32

MaxApplicationNameLength

Default value: 96

Declaration
public static int MaxApplicationNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxBrowserInfoLength

Default value: 512

Declaration
public static int MaxBrowserInfoLength { get; set; }
Property Value
Type Description
System.Int32

MaxClientIdLength

Default value: 64

Declaration
public static int MaxClientIdLength { get; set; }
Property Value
Type Description
System.Int32

MaxClientIpAddressLength

Default value: 64

Declaration
public static int MaxClientIpAddressLength { get; set; }
Property Value
Type Description
System.Int32

MaxCorrelationIdLength

Default value: 64

Declaration
public static int MaxCorrelationIdLength { get; set; }
Property Value
Type Description
System.Int32

MaxIdentityLength

Default value: 96

Declaration
public static int MaxIdentityLength { get; set; }
Property Value
Type Description
System.Int32

MaxTenantNameLength

Default value: 64

Declaration
public static int MaxTenantNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxUserNameLength

Default value: 256

Declaration
public static int MaxUserNameLength { get; set; }
Property Value
Type Description
System.Int32

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft