AuthorizationProviderCustomFactory 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 general process to build an IAuthorizationProvider object given a concrete sublcass of AuthorizationProviderData.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security
Assembly: Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)
Syntax
'Declaration
PublicClassAuthorizationProviderCustomFactory _
Inherits AssemblerBasedCustomFactory(Of IAuthorizationProvider, AuthorizationProviderData)
publicclassAuthorizationProviderCustomFactory : AssemblerBasedCustomFactory<IAuthorizationProvider, AuthorizationProviderData>
publicref classAuthorizationProviderCustomFactory : public AssemblerBasedCustomFactory<IAuthorizationProvider^, AuthorizationProviderData^>
publicclass AuthorizationProviderCustomFactory extends AssemblerBasedCustomFactory<IAuthorizationProvider, AuthorizationProviderData>
Remarks
This type leverages the generic implementation from AssemblerBasedObjectFactory.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedObjectFactory<IAuthorizationProvider, AuthorizationProviderData>
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedCustomFactory<IAuthorizationProvider, AuthorizationProviderData>
Microsoft.Practices.EnterpriseLibrary.Security.AuthorizationProviderCustomFactory
See Also
AuthorizationProviderCustomFactory 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. |