Share via


CryptographySettings.HashProviders Property

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.

Gets the HashProviders.

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("hashProviders", IsRequired := False)> _
PublicReadOnlyPropertyHashProvidersAs NameTypeConfigurationElementCollection(Of HashProviderData, CustomHashProviderData)
[ConfigurationPropertyAttribute("hashProviders", IsRequired = false)]
public NameTypeConfigurationElementCollection<HashProviderData, CustomHashProviderData> HashProviders { get; }
[ConfigurationPropertyAttribute(L"hashProviders", IsRequired = false)]
public:
property NameTypeConfigurationElementCollection<HashProviderData^, CustomHashProviderData^>^ HashProviders {
    NameTypeConfigurationElementCollection<HashProviderData^, CustomHashProviderData^>^ get ();
}
publicfunction getHashProviders () : NameTypeConfigurationElementCollection<HashProviderData, CustomHashProviderData>

Field Value

The hash providers available in configuration. The default is an empty collection.

Remarks

This property maps to the hashProviders element in configuration.

See Also

CryptographySettings Class

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.