Click or drag to resize
weroSoft AG, Software
IEncryptedDataProvider Methods
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

The IEncryptedDataProvider type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the content of this particular provider.
Public methodCreateNode
Create a new node (a data object) in the store.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetNodes
Gets a collection of nodes from the store.
Public methodGetProperty(Guid, Guid, Object)
Gets the decrypted content of one particular property.
Public methodGetPropertyT(Guid, Guid, T)
Gets the decrypted content of one particular property.
Public methodInitialize
Initializes the data provider by a name and its corresponding password.
Public methodMove
Moves a node to a new parent.
Public methodMoveContent
Moves the nodes contained within the source node to the target node.
Public methodRemove
Removes a node from the store.
Public methodSetProperty
Sets the value of a particular property of a node.
Top
See Also