 |
SecureStoreAction Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible actions which may be occur on handling data in secure store.
Namespace:
WeroSoft.Triton.Security
Assembly:
WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic enum SecureStoreAction
Members
| Member name | Value | Description |
---|
| Added | 0 |
An element was added to the store.
|
| Removed | 1 |
An element was removed from the store.
|
| Changed | 2 |
An element of the store was changed.
|
See Also