Class BackOfficeAuthenticationTypeSettings
Configuration settings for back office authentication types.
Inheritance
object
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public class BackOfficeAuthenticationTypeSettings
Constructors
View SourceBackOfficeAuthenticationTypeSettings()
Declaration
public BackOfficeAuthenticationTypeSettings()
Properties
View SourceAuthenticationType
Gets or sets the authentication type for the back office.
Declaration
public string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExternalAuthenticationType
Gets or sets the authentication type for external back office authentication.
Declaration
public string ExternalAuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TwoFactorAuthenticationType
Gets or sets the authentication type for back office two-factor authentication.
Declaration
public string TwoFactorAuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TwoFactorRememberMeAuthenticationType
Gets or sets the authentication type for back office two-factor remember me authentication.
Declaration
public string TwoFactorRememberMeAuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |