Show / Hide Table of Contents

Class IdentityErrorCodes

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

Fields

CanNotChangeTwoFactor

Declaration
public const string CanNotChangeTwoFactor = null
Field Value
Type Description
System.String

DuplicateOrganizationUnitDisplayName

Declaration
public const string DuplicateOrganizationUnitDisplayName = null
Field Value
Type Description
System.String

ExternalUserPasswordChange

Declaration
public const string ExternalUserPasswordChange = null
Field Value
Type Description
System.String

MaxAllowedOuMembership

Declaration
public const string MaxAllowedOuMembership = null
Field Value
Type Description
System.String

StaticRoleDeletion

Declaration
public const string StaticRoleDeletion = null
Field Value
Type Description
System.String

StaticRoleRenaming

Declaration
public const string StaticRoleRenaming = null
Field Value
Type Description
System.String

UsersCanNotChangeTwoFactor

Declaration
public const string UsersCanNotChangeTwoFactor = null
Field Value
Type Description
System.String

UserSelfDeletion

Declaration
public const string UserSelfDeletion = null
Field Value
Type Description
System.String
Back to top Powered by Volosoft