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 | |
---|---|---|
ExportKeyCommand |
Initialize a new instance of the ChooseKeyFileControl, with a IServiceProvider.
|
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Execute |
Executes the command.
(Inherited from ConfigurationNodeCommand.) |
|
ExecuteCore |
Shows an dialog that allows the user to export an cryptographic key.
(Overrides ConfigurationNodeCommand.ExecuteCore(ConfigurationNode).) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnExecuted |
Raises the Executed event.
(Inherited from ConfigurationNodeCommand.) |
|
OnExecuting |
Raises the Executing event.
(Inherited from ConfigurationNodeCommand.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConfigurationUIHierarchyService |
Gets the IConfigurationUIHierarchyService.
(Inherited from ConfigurationNodeCommand.) |
|
CurrentHierarchy |
Gets the currently selected IConfigurationUIHierarchy.
(Inherited from ConfigurationNodeCommand.) |
|
ErrorLogService |
Gets the IErrorLogService.
(Inherited from ConfigurationNodeCommand.) |
|
Events |
Gets the list of event handlers that are attached to this command.
(Inherited from ConfigurationNodeCommand.) |
|
ServiceProvider |
Gets the service provider for the command.
(Inherited from ConfigurationNodeCommand.) |
|
UIService |
Gets the IUIService.
(Inherited from ConfigurationNodeCommand.) |
Events
Name | Description | |
---|---|---|
Executed |
Occurs after the commmand has completed execution.
(Inherited from ConfigurationNodeCommand.) |
|
Executing |
Occurs as the command is about to be executed.
(Inherited from ConfigurationNodeCommand.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design Namespace