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

Configuration object for Custom Providers.

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

Syntax

'Declaration
<AssemblerAttribute(GetType(CustomProviderAssembler(Of IHashProvider, HashProviderData, CustomHashProviderData)))> _
PublicClassCustomHashProviderData _
    Inherits HashProviderData _
    Implements IHelperAssistedCustomConfigurationData(OfCustomHashProviderData), ICustomProviderData
[AssemblerAttribute(typeof(CustomProviderAssembler<IHashProvider, HashProviderData, CustomHashProviderData>))]
publicclassCustomHashProviderData : HashProviderData, 
    IHelperAssistedCustomConfigurationData<CustomHashProviderData>, ICustomProviderData
[AssemblerAttribute(typeof(CustomProviderAssembler<IHashProvider^, HashProviderData^, CustomHashProviderData^>))]
publicref classCustomHashProviderData : public HashProviderData, 
    IHelperAssistedCustomConfigurationData<CustomHashProviderData^>, ICustomProviderData
publicclass CustomHashProviderData extends HashProviderData implements IHelperAssistedCustomConfigurationData<CustomHashProviderData>, ICustomProviderData

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement
        Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.HashProviderData
          Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.CustomHashProviderData

See Also

CustomHashProviderData Members

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