Class TenantConsts
Inherited Members
Namespace: Volo.Saas
Assembly: Volo.Saas.Domain.Shared.dll
Syntax
public static class TenantConsts
Fields
MaxPasswordLength
Declaration
public const int MaxPasswordLength = 128
Field Value
Type | Description |
---|---|
int |
TenantIdParameterName
Declaration
public const string TenantIdParameterName = "TenantId"
Field Value
Type | Description |
---|---|
string |
Username
Declaration
public const string Username = "admin"
Field Value
Type | Description |
---|---|
string |
Properties
MaxNameLength
Declaration
public static int MaxNameLength { get; set; }
Property Value
Type | Description |
---|---|
int |