Class AdminIdentityOptions
- Namespace
- Kentico.Membership
- Assembly
- Kentico.Membership.dll
Options used by the Xperience administration identity implementation.
public sealed class AdminIdentityOptions
- Inheritance
-
objectAdminIdentityOptions
- Extension Methods
Constructors
AdminIdentityOptions()
Initializes a new instance of AdminIdentityOptions.
public AdminIdentityOptions()
Properties
AuthenticationOptions
Allows to configure authentication related options.
public AdminAuthenticationOptions AuthenticationOptions { get; init; }
Property Value
EmailOptions
Allows to configure email related options.
public AdminIdentityEmailOptions EmailOptions { get; init; }
Property Value
LockoutOptions
Allows to configure lockout related options.
public AdminLockoutOptions LockoutOptions { get; init; }
Property Value
PasswordOptions
Allows to configure password related options.
public AdminIdentityPasswordOptions PasswordOptions { get; init; }