HashProviderNode 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. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Abstract class for nodes which provide designtime configuration for classes which derive from HashProviderData.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.dll)
Syntax
'Declaration
<ImageAttribute(GetType(HashProviderNode))> _
Public MustInherit Class HashProviderNode _
Inherits ConfigurationNode
[ImageAttribute(typeof(HashProviderNode))]
public abstract class HashProviderNode : ConfigurationNode
[ImageAttribute(typeof(HashProviderNode))]
public ref class HashProviderNode abstract : public ConfigurationNode
public abstract class HashProviderNode extends ConfigurationNode
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.HashProviderNode
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.CustomHashProviderNode
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.HashAlgorithmProviderNode
See Also
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design Namespace