Table of Contents

Class AdminIdentityOptions

Namespace
Kentico.Membership
Assembly
Kentico.Membership.dll

Options used by the Xperience administration identity implementation.

public sealed class AdminIdentityOptions
Inheritance
object
AdminIdentityOptions
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

AdminAuthenticationOptions

EmailOptions

Allows to configure email related options.

public AdminIdentityEmailOptions EmailOptions { get; init; }

Property Value

AdminIdentityEmailOptions

LockoutOptions

Allows to configure lockout related options.

public AdminLockoutOptions LockoutOptions { get; init; }

Property Value

AdminLockoutOptions

PasswordOptions

Allows to configure password related options.

public AdminIdentityPasswordOptions PasswordOptions { get; init; }

Property Value

AdminIdentityPasswordOptions