AddSymmetricStorageEncryptionCommand 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 AddSymmetricStorageEncryptionCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddSymmetricStorageEncryptionCommand |
Initialize a new instance of the AddSymmetricStorageEncryptionCommand class with an IServiceProvider.
|
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Execute |
Executes the command.
(Inherited from ConfigurationNodeCommand.) |
|
ExecuteCore |
Creates an instance of the child node class and adds it as a child of the parent node.
(Inherited from AddChildNodeCommand.) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnExecuted | Adds the SymmetricStorageEncryptionProviderNode to the current CacheStorageNode. If the Cryptography Application Block configuration is not added to the current application, it is also added. |
|
OnExecuting |
Raises the Executing event.
(Inherited from ConfigurationNodeCommand.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ChildNode |
Gets the ConfigurationNode that was added as a result of the command being executed.
(Inherited from AddChildNodeCommand.) |
|
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
AddSymmetricStorageEncryptionCommand Class
Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.Design Namespace