Share via


SecuritySettingsManageabilityProvider 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 Manageability Extensions infrastructure and is not intended to be used directly from your code.

Represents the behavior required to provide Group Policy updates and to publish the ConfigurationSetting instances associated to the configuration information for the Security Application Block, and it also manages the creation of the ADM template categories and policies required to edit Group Policy Objects for the block.

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

Syntax

'Declaration
PublicNotInheritableClassSecuritySettingsManageabilityProvider _
    Inherits ConfigurationSectionManageabilityProviderBase(Of SecuritySettings)
publicsealedclassSecuritySettingsManageabilityProvider : ConfigurationSectionManageabilityProviderBase<SecuritySettings>
publicref classSecuritySettingsManageabilityProvidersealed : public ConfigurationSectionManageabilityProviderBase<SecuritySettings^>
publicfinalclass SecuritySettingsManageabilityProvider extends ConfigurationSectionManageabilityProviderBase<SecuritySettings>

Remarks

This class performs the actual Group Policy update and Wmi object generation for the SecuritySettings configuration section. Processing for AuthorizationProviderData and SecurityCacheProviderData instances is delegated to ConfigurationElementManageabilityProvider objects registered to the configuration object data types.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSectionManageabilityProvider
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSectionManageabilityProviderBase<SecuritySettings>
      Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Manageability.SecuritySettingsManageabilityProvider

See Also

SecuritySettingsManageabilityProvider Members

Microsoft.Practices.EnterpriseLibrary.Security.Configuration.Manageability Namespace

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSectionManageabilityProvider

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationElementManageabilityProvider

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.