Share via


SecurityCacheProviderCustomFactory 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.

This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build an instance of ISecurityCacheProvider described by a SecurityCacheProviderData configuration object.

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

Syntax

'Declaration
PublicClassSecurityCacheProviderCustomFactory _
    Inherits AssemblerBasedCustomFactory(Of ISecurityCacheProvider, SecurityCacheProviderData)
publicclassSecurityCacheProviderCustomFactory : AssemblerBasedCustomFactory<ISecurityCacheProvider, SecurityCacheProviderData>
publicref classSecurityCacheProviderCustomFactory : public AssemblerBasedCustomFactory<ISecurityCacheProvider^, SecurityCacheProviderData^>
publicclass SecurityCacheProviderCustomFactory extends AssemblerBasedCustomFactory<ISecurityCacheProvider, SecurityCacheProviderData>

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedObjectFactory<ISecurityCacheProvider, SecurityCacheProviderData>
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedCustomFactory<ISecurityCacheProvider, SecurityCacheProviderData>
      Microsoft.Practices.EnterpriseLibrary.Security.SecurityCacheProviderCustomFactory

See Also

SecurityCacheProviderCustomFactory 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.