Table of Contents

Class AdminMultiFactorAuthenticationOptions

Namespace
Kentico.Membership
Assembly
Kentico.Membership.dll

Options for multi-factor authentication.

public sealed class AdminMultiFactorAuthenticationOptions
Inheritance
object
AdminMultiFactorAuthenticationOptions
Extension Methods

Properties

ApplicationName

The application name used in the multi-factor authentication process.

public string ApplicationName { get; set; }

Property Value

string

Enabled

Indicates if multi-factor authentication is enabled.

public bool Enabled { get; set; }

Property Value

bool