CustomHashProviderNode Members

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.

The CustomHashProviderNode type exposes the following members.

Constructors

  Name Description
Ee761704.pubmethod(en-us,PandP.10).gif CustomHashProviderNode Overloaded.

Methods

  Name Description
Ee761704.pubmethod(en-us,PandP.10).gif AddNode
Add a node to the current node's collection.
(Inherited from ConfigurationNode.)
Ee761704.pubmethod(en-us,PandP.10).gif ClearChildNodes
Clear the Nodes collection.
(Inherited from ConfigurationNode.)
Ee761704.pubmethod(en-us,PandP.10).gif CompareTo
Compares the specified node to the current node based on the value of the property.
(Inherited from ConfigurationNode.)
Ee761704.pubmethod(en-us,PandP.10).gif Dispose Overloaded.
Ee761704.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee761704.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee761704.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee761704.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee761704.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee761704.pubmethod(en-us,PandP.10).gif MoveAfter
Moves the specified child node immediately after the specified reference node.
(Inherited from ConfigurationNode.)
Ee761704.pubmethod(en-us,PandP.10).gif MoveBefore
Moves the specified node immediately before the specified reference node.
(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnChildAdded

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnChildAdding

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnChildMoved

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnChildRemoved

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnChildRemoving

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnRemoved

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnRemoving

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnRenamed

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif OnRenaming

Raises the event.

(Inherited from ConfigurationNode.)
Ee761704.pubmethod(en-us,PandP.10).gif Remove
Removes the current node from its parent node.
(Inherited from ConfigurationNode.)
Ee761704.pubmethod(en-us,PandP.10).gif RemoveNode
Remove a specific node from the current node's collection.
(Inherited from ConfigurationNode.)
Ee761704.protmethod(en-us,PandP.10).gif Rename Overloaded.
Ee761704.pubmethod(en-us,PandP.10).gif ToString
Creates and returns a string representation of the current node.
(Inherited from ConfigurationNode.)
Ee761704.pubmethod(en-us,PandP.10).gif Validate
Perform custom validation for this node.
(Inherited from ConfigurationNode.)

Properties

  Name Description
Ee761704.pubproperty(en-us,PandP.10).gif Attributes
Gets or sets the attributes for the custom cache storage.
Ee761704.pubproperty(en-us,PandP.10).gif FirstNode
Gets the first child node in the node collection.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif HashProviderData
Gets a CustomHashProviderData configuration object using the node data.
(Overrides HashProviderNode.HashProviderData.)
Ee761704.pubproperty(en-us,PandP.10).gif Hierarchy
Gets or sets the IConfigurationUIHierarchy containing this node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Id
Gets a runtime-generated, non-persisted unique identifier for this node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Index
Gets the position of this node in the .
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif LastNode
Gets the first child node in the node collection.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Name
Gets or sets the name of the node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif NextSibling
Gets the node immediately following this node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Nodes
Gets the collection of ConfigurationNode objects assigned to the current configuration node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Parent
Gets the parent configuration node of the the current configuration node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Path
Gets the path from the root node to the current node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif PreviousSibling
Gets the node immediately preceding this node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Site
Gets or sets the ISite for the node.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif SortChildren
Gets if children added to the node are sorted.
(Inherited from ConfigurationNode.)
Ee761704.pubproperty(en-us,PandP.10).gif Type
Gets or sets fully qualified assembly name of the IHashProvider.

Events

  Name Description
Ee761704.pubevent(en-us,PandP.10).gif ChildAdded
Occurs after a child node is added to the current node.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif ChildAdding
Occurs after a child node is added to the current node.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif ChildMoved
Occurs after a child node is moved from its parent's node collection.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif ChildRemoved
Occurs after a child node of the current node is removed.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif ChildRemoving
Occurs before a child node of the current node is removed.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif Disposed
Occurs after the current node is disposed.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif Removed
Occurs after the current node is removed from its parent's node collection.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif Removing
Occurs before the current node is removed from its parent's node collection.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif Renamed
Occurs after the name of the current node changes.
(Inherited from ConfigurationNode.)
Ee761704.pubevent(en-us,PandP.10).gif Renaming
Occurs after the name of the current node changes.
(Inherited from ConfigurationNode.)

Explicit Interface Implementations

  Name Description
Ee761704.pubinterface(en-us,PandP.10).gifEe761704.privmethod(en-us,PandP.10).gif IComparable.CompareTo
Compares the specified node to the current node based on the value of the property.
(Inherited from ConfigurationNode.)

See Also

CustomHashProviderNode Class

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design Namespace