CryptographySettingsManageabilityProvider 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 Cryptography 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.Cryptography.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography (in Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll)

Syntax

'Declaration
PublicNotInheritableClassCryptographySettingsManageabilityProvider _
    Inherits ConfigurationSectionManageabilityProviderBase(Of CryptographySettings)
publicsealedclassCryptographySettingsManageabilityProvider : ConfigurationSectionManageabilityProviderBase<CryptographySettings>
publicref classCryptographySettingsManageabilityProvidersealed : public ConfigurationSectionManageabilityProviderBase<CryptographySettings^>
publicfinalclass CryptographySettingsManageabilityProvider extends ConfigurationSectionManageabilityProviderBase<CryptographySettings>

Remarks

This class performs the actual Group Policy update and Wmi object generation for the CryptographySettings configuration section. Processing for HashProviderData and SymmetricProviderData 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<CryptographySettings>
      Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Manageability.CryptographySettingsManageabilityProvider

See Also

CryptographySettingsManageabilityProvider Members

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.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.