AddHashAlgorithmProviderNodeCommand 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 AddHashAlgorithmProviderNodeCommand type exposes the following members.

Constructors

  Name Description
Ee743708.pubmethod(en-us,PandP.10).gif AddHashAlgorithmProviderNodeCommand

Initializes a new instance of the AddHashAlgorithmProviderNodeCommand class with an IServiceProvider.

Methods

  Name Description
Ee743708.pubmethod(en-us,PandP.10).gif Dispose Overloaded.
Ee743708.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee743708.pubmethod(en-us,PandP.10).gif Execute
Executes the command.
(Inherited from ConfigurationNodeCommand.)
Ee743708.protmethod(en-us,PandP.10).gif ExecuteCore

Creates an instance of the child node class and adds it as a child of the parent node. The node will be a HashAlgorithmProviderNode.

(Overrides AddChildNodeCommand.ExecuteCore(ConfigurationNode).)
Ee743708.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee743708.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee743708.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee743708.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee743708.protmethod(en-us,PandP.10).gif OnExecuted
Raises the Executed event.
(Inherited from ConfigurationNodeCommand.)
Ee743708.protmethod(en-us,PandP.10).gif OnExecuting
Raises the Executing event.
(Inherited from ConfigurationNodeCommand.)
Ee743708.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)

Properties

  Name Description
Ee743708.pubproperty(en-us,PandP.10).gif ChildNode
Gets the ConfigurationNode that was added as a result of the command being executed.
(Inherited from AddChildNodeCommand.)
Ee743708.protproperty(en-us,PandP.10).gif ConfigurationUIHierarchyService (Inherited from ConfigurationNodeCommand.)
Ee743708.protproperty(en-us,PandP.10).gif CurrentHierarchy
Gets the currently selected IConfigurationUIHierarchy.
(Inherited from ConfigurationNodeCommand.)
Ee743708.protproperty(en-us,PandP.10).gif ErrorLogService
Gets the IErrorLogService.
(Inherited from ConfigurationNodeCommand.)
Ee743708.protproperty(en-us,PandP.10).gif Events
Gets the list of event handlers that are attached to this command.
(Inherited from ConfigurationNodeCommand.)
Ee743708.protproperty(en-us,PandP.10).gif ServiceProvider
Gets the service provider for the command.
(Inherited from ConfigurationNodeCommand.)
Ee743708.protproperty(en-us,PandP.10).gif UIService
Gets the IUIService.
(Inherited from ConfigurationNodeCommand.)

Events

  Name Description
Ee743708.pubevent(en-us,PandP.10).gif Executed
Occurs after the commmand has completed execution.
(Inherited from ConfigurationNodeCommand.)
Ee743708.pubevent(en-us,PandP.10).gif Executing
Occurs as the command is about to be executed.
(Inherited from ConfigurationNodeCommand.)

See Also

AddHashAlgorithmProviderNodeCommand Class

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