Click or drag to resize
weroSoft AG, Software
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
Syntax
C#
public enum SecureStoreAction
Members
  Member nameValueDescription
Added0 An element was added to the store.
Removed1 An element was removed from the store.
Changed2 An element of the store was changed.
See Also