Class IdentitySettingGroupViewComponent.IdentitySettingViewModel
Inheritance
IdentitySettingGroupViewComponent.IdentitySettingViewModel
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class IdentitySettingGroupViewComponent.IdentitySettingViewModel
Constructors
IdentitySettingViewModel()
Declaration
public IdentitySettingViewModel()
Properties
IdentityLdapSettings
Declaration
public IdentityLdapSettingsDto IdentityLdapSettings { get; set; }
Property Value
IdentityOAuthSettings
Declaration
public IdentityOAuthSettingsDto IdentityOAuthSettings { get; set; }
Property Value
IdentitySessionSettings
Declaration
public IdentitySessionSettingsDto IdentitySessionSettings { get; set; }
Property Value
IdentitySettings
Declaration
public IdentitySettingsDto IdentitySettings { get; set; }
Property Value
Extension Methods