SymmetricStorageEncryptionProviderNode Members
Include Protected Members
Include Inherited 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 SymmetricStorageEncryptionProviderNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SymmetricStorageEncryptionProviderNode | Overloaded. |
Methods
Name | Description | |
---|---|---|
AddNode |
Add a node to the current node's collection.
(Inherited from ConfigurationNode.) |
|
ClearChildNodes |
Clear the Nodes collection.
(Inherited from ConfigurationNode.) |
|
CompareTo |
Compares the specified node to the current node based on the value of the property.
(Inherited from ConfigurationNode.) |
|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveAfter |
Moves the specified child node immediately after the specified reference node.
(Inherited from ConfigurationNode.) |
|
MoveBefore |
Moves the specified node immediately before the specified reference node.
(Inherited from ConfigurationNode.) |
|
OnChildAdded | Raises the event. |
|
OnChildAdding | Raises the event. |
|
OnChildMoved | Raises the event. |
|
OnChildRemoved | Raises the event. |
|
OnChildRemoving | Raises the event. |
|
OnRemoved | Raises the event. |
|
OnRemoving | Raises the event. |
|
OnRenamed | Raises the event. |
|
OnRenaming | Raises the event. |
|
Remove |
Removes the current node from its parent node.
(Inherited from ConfigurationNode.) |
|
RemoveNode |
Remove a specific node from the current node's collection.
(Inherited from ConfigurationNode.) |
|
Rename | Overloaded. | |
ToString |
Creates and returns a string representation of the current node.
(Inherited from ConfigurationNode.) |
|
Validate |
Perform custom validation for this node.
(Inherited from ConfigurationNode.) |
Properties
Name | Description | |
---|---|---|
FirstNode |
Gets the first child node in the node collection.
(Inherited from ConfigurationNode.) |
|
Hierarchy |
Gets or sets the IConfigurationUIHierarchy containing this node.
(Inherited from ConfigurationNode.) |
|
Id |
Gets a runtime-generated, non-persisted unique identifier for this node.
(Inherited from ConfigurationNode.) |
|
Index |
Gets the position of this node in the .
(Inherited from ConfigurationNode.) |
|
LastNode |
Gets the first child node in the node collection.
(Inherited from ConfigurationNode.) |
|
Name |
Gets the name of the node.
(Inherited from CacheStorageEncryptionNode.) |
|
NextSibling |
Gets the node immediately following this node.
(Inherited from ConfigurationNode.) |
|
Nodes |
Gets the collection of ConfigurationNode objects assigned to the current configuration node.
(Inherited from ConfigurationNode.) |
|
Parent |
Gets the parent configuration node of the the current configuration node.
(Inherited from ConfigurationNode.) |
|
Path |
Gets the path from the root node to the current node.
(Inherited from ConfigurationNode.) |
|
PreviousSibling |
Gets the node immediately preceding this node.
(Inherited from ConfigurationNode.) |
|
Site |
Gets or sets the ISite for the node.
(Inherited from ConfigurationNode.) |
|
SortChildren |
Gets if children added to the node are sorted.
(Inherited from ConfigurationNode.) |
|
StorageEncryptionProviderData |
Gets a StorageEncryptionProviderData configuration object using the node data.
(Overrides CacheStorageEncryptionNode.StorageEncryptionProviderData.) |
|
SymmetricInstance |
Gets or sets the symmetric cryptography provider instance to use for the cache store encryption.
|
Events
Name | Description | |
---|---|---|
ChildAdded |
Occurs after a child node is added to the current node.
(Inherited from ConfigurationNode.) |
|
ChildAdding |
Occurs after a child node is added to the current node.
(Inherited from ConfigurationNode.) |
|
ChildMoved |
Occurs after a child node is moved from its parent's node collection.
(Inherited from ConfigurationNode.) |
|
ChildRemoved |
Occurs after a child node of the current node is removed.
(Inherited from ConfigurationNode.) |
|
ChildRemoving |
Occurs before a child node of the current node is removed.
(Inherited from ConfigurationNode.) |
|
Disposed |
Occurs after the current node is disposed.
(Inherited from ConfigurationNode.) |
|
Removed |
Occurs after the current node is removed from its parent's node collection.
(Inherited from ConfigurationNode.) |
|
Removing |
Occurs before the current node is removed from its parent's node collection.
(Inherited from ConfigurationNode.) |
|
Renamed |
Occurs after the name of the current node changes.
(Inherited from ConfigurationNode.) |
|
Renaming |
Occurs after the name of the current node changes.
(Inherited from ConfigurationNode.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComparable.CompareTo |
Compares the specified node to the current node based on the value of the property.
(Inherited from ConfigurationNode.) |
See Also
SymmetricStorageEncryptionProviderNode Class
EnterpriseLibrary.Caching.Cryptography.Configuration.Design Namespace
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. |