Class IdentitySessionConsts
Inheritance
IdentitySessionConsts
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentitySessionConsts
Constructors
IdentitySessionConsts()
Declaration
public IdentitySessionConsts()
Properties
MaxClientIdLength
Declaration
public static int MaxClientIdLength { get; set; }
Property Value
MaxDeviceInfoLength
Declaration
public static int MaxDeviceInfoLength { get; set; }
Property Value
MaxDeviceLength
Declaration
public static int MaxDeviceLength { get; set; }
Property Value
MaxIpAddressesLength
Declaration
public static int MaxIpAddressesLength { get; set; }
Property Value
MaxSessionIdLength
Declaration
public static int MaxSessionIdLength { get; set; }
Property Value
Extension Methods