View Source
  Class UserTwoFactorProviderModel
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract]
public class UserTwoFactorProviderModel
   
  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
  
    [DataMember(Name = "isEnabledOnUser")]
public bool IsEnabledOnUser { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  ProviderName
  
  
  Declaration
  
    [DataMember(Name = "providerName")]
public string ProviderName { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |