View Source
Class UserTwoFactorProviderModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserTwoFactorProviderModel : object
Constructors
View Source
UserTwoFactorProviderModel(String, Boolean)
Declaration
public UserTwoFactorProviderModel(string providerName, bool isEnabledOnUser)
Parameters
| Type |
Name |
Description |
| System.String |
providerName |
|
| System.Boolean |
isEnabledOnUser |
|
Properties
View Source
IsEnabledOnUser
Declaration
public bool IsEnabledOnUser { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
ProviderName
Declaration
public string ProviderName { get; }
Property Value
| Type |
Description |
| System.String |
|