Show / Hide Table of Contents

Class IdentityUserLoginConsts

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

Properties

MaxLoginProviderLength

Default value: 64

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

MaxProviderDisplayNameLength

Default value: 128

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

MaxProviderKeyLength

Default value: 196

Declaration
public static int MaxProviderKeyLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft