SecurityCacheProviderFactory Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Provides methods for the creation of ISecurityCacheProvider instances.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
PublicClassSecurityCacheProviderFactory _
    Inherits LocatorNameTypeFactoryBase(Of ISecurityCacheProvider)
publicclassSecurityCacheProviderFactory : LocatorNameTypeFactoryBase<ISecurityCacheProvider>
publicref classSecurityCacheProviderFactory : public LocatorNameTypeFactoryBase<ISecurityCacheProvider^>
publicclass SecurityCacheProviderFactory extends LocatorNameTypeFactoryBase<ISecurityCacheProvider>

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.LocatorNameTypeFactoryBase<ISecurityCacheProvider>
    Microsoft.Practices.EnterpriseLibrary.Security.SecurityCacheProviderFactory

See Also

SecurityCacheProviderFactory Members

Microsoft.Practices.EnterpriseLibrary.Security Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.