London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class SecurityEntityProviderElement

Inheritance
System.Object
SecurityEntityProviderElement
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public class SecurityEntityProviderElement : ConfigurationElement

Constructors

SecurityEntityProviderElement()

Declaration
public SecurityEntityProviderElement()

Properties

DefaultProvider

Declaration
public string DefaultProvider { get; set; }
Property Value
Type Description
System.String

Providers

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

Extension Methods