CryptographySettingsManageabilityProvider Class

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 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
Public NotInheritable Class CryptographySettingsManageabilityProvider _
    Inherits ConfigurationSectionManageabilityProviderBase(Of CryptographySettings)
public sealed class CryptographySettingsManageabilityProvider : ConfigurationSectionManageabilityProviderBase<CryptographySettings>
public ref class CryptographySettingsManageabilityProvider sealed : public ConfigurationSectionManageabilityProviderBase<CryptographySettings^>
public final class CryptographySettingsManageabilityProvider extends ConfigurationSectionManageabilityProviderBase<CryptographySettings>

Remarks

This class performs the actual Group Policy update 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