View Source
Class BackOfficeAuthenticationTypeSettings
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class BackOfficeAuthenticationTypeSettings
Properties
View Source
AuthenticationType
Declaration
public string AuthenticationType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalAuthenticationType
Declaration
public string ExternalAuthenticationType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TwoFactorAuthenticationType
Declaration
public string TwoFactorAuthenticationType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
TwoFactorRememberMeAuthenticationType
Declaration
public string TwoFactorRememberMeAuthenticationType { get; set; }
Property Value
Type |
Description |
System.String |
|