8 types derived from ProviderBase
System.Configuration (1)
System\Configuration\ProtectedConfigurationProvider.cs (1)
15public abstract class ProtectedConfigurationProvider : ProviderBase
System.Web (5)
Cache\OutputCacheProvider.cs (1)
8public abstract class OutputCacheProvider: ProviderBase {
Management\WebEvents.cs (1)
89public abstract class WebEventProvider : ProviderBase {
SiteMapProvider.cs (1)
21public abstract class SiteMapProvider : ProviderBase {
State\ISessionStateStore.cs (1)
31public abstract class SessionStateStoreProviderBase : ProviderBase {
UI\WebParts\PersonalizationProvider.cs (1)
24public abstract class PersonalizationProvider : ProviderBase {
System.Web.ApplicationServices (2)
Security\MembershipProvider.cs (1)
26public abstract class MembershipProvider : ProviderBase
Security\RoleProvider.cs (1)
23public abstract class RoleProvider : ProviderBase
21 references to ProviderBase
System.Configuration (5)
System\Configuration\ProtectedConfigurationProviderCollection.cs (1)
19public override void Add(ProviderBase provider)
System\Configuration\ProviderCollection.cs (4)
30public virtual void Add(ProviderBase provider) 55public ProviderBase this[string name] 58return _Hashtable[name] as ProviderBase; 97public void CopyTo(ProviderBase[] array, int index)
System.Web (15)
Cache\OutputCacheProviderCollection.cs (1)
15public override void Add(ProviderBase provider) {
Configuration\ProvidersHelper.cs (6)
21public static ProviderBase InstantiateProvider(ProviderSettings providerSettings, Type providerType) 23ProviderBase provider = null; 32provider = (ProviderBase)HttpRuntime.CreatePublicInstanceByWebObjectActivator(t); 52internal static ProviderBase InstantiateProvider(NameValueCollection providerSettings, Type providerType) { 53ProviderBase provider = null; 63provider = (ProviderBase)HttpRuntime.CreatePublicInstanceByWebObjectActivator(t);
Profile\ProfileProvider.cs (1)
42public override void Add(ProviderBase provider)
Security\Roles.cs (1)
622public override void Add(ProviderBase provider) {
SiteMap.cs (2)
76String name = ((ProviderBase)rootProvider).Name; 127public override void Add(ProviderBase provider) {
SiteMapNode.cs (1)
302String name = ((ProviderBase)_provider.RootProvider).Name;
UI\WebParts\PersonalizationProviderCollection.cs (1)
22public override void Add(ProviderBase provider) {
Util\SecUtil.cs (1)
241internal static void CheckSchemaVersion(ProviderBase provider, SqlConnection connection, string[] features, string version, ref int schemaVersionCheck) {
XmlSiteMapProvider.cs (1)
629SR.GetString(SR.XmlSiteMapProvider_invalid_GetRootNodeCore, ((ProviderBase)provider).Name));
System.Web.ApplicationServices (1)
Security\MembershipProviderCollection.cs (1)
18public override void Add(ProviderBase provider) {