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

Constructors

  Name Description
Ee745309.pubmethod(en-us,PandP.10).gif ExportKeyCommand
Initialize a new instance of the ChooseKeyFileControl, with a IServiceProvider.

Methods

  Name Description
Ee745309.pubmethod(en-us,PandP.10).gif Dispose Overloaded.
Ee745309.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee745309.pubmethod(en-us,PandP.10).gif Execute
Executes the command.
(Inherited from ConfigurationNodeCommand.)
Ee745309.protmethod(en-us,PandP.10).gif ExecuteCore
Shows an dialog that allows the user to export an cryptographic key.
(Overrides ConfigurationNodeCommand.ExecuteCore(ConfigurationNode).)
Ee745309.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee745309.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee745309.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee745309.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee745309.protmethod(en-us,PandP.10).gif OnExecuted
Raises the Executed event.
(Inherited from ConfigurationNodeCommand.)
Ee745309.protmethod(en-us,PandP.10).gif OnExecuting
Raises the Executing event.
(Inherited from ConfigurationNodeCommand.)
Ee745309.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)

Properties

  Name Description
Ee745309.protproperty(en-us,PandP.10).gif ConfigurationUIHierarchyService (Inherited from ConfigurationNodeCommand.)
Ee745309.protproperty(en-us,PandP.10).gif CurrentHierarchy
Gets the currently selected IConfigurationUIHierarchy.
(Inherited from ConfigurationNodeCommand.)
Ee745309.protproperty(en-us,PandP.10).gif ErrorLogService
Gets the IErrorLogService.
(Inherited from ConfigurationNodeCommand.)
Ee745309.protproperty(en-us,PandP.10).gif Events
Gets the list of event handlers that are attached to this command.
(Inherited from ConfigurationNodeCommand.)
Ee745309.protproperty(en-us,PandP.10).gif ServiceProvider
Gets the service provider for the command.
(Inherited from ConfigurationNodeCommand.)
Ee745309.protproperty(en-us,PandP.10).gif UIService
Gets the IUIService.
(Inherited from ConfigurationNodeCommand.)

Events

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

See Also

ExportKeyCommand Class

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