Click or drag to resize
weroSoft AG, Software
EncryptedDataKeyDefinitions Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the default keys an object in the store has.
Inheritance Hierarchy
SystemObject
  WeroSoft.SecurityEncryptedDataKeyDefinitions

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class EncryptedDataKeyDefinitions
Remarks
The keys within this class must not be added to data templates. They are automatically added to each object in the store.

The EncryptedDataKeyDefinitions type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberContainer
Gets the key name of the identifier of an object stored in the trusted information store.
Public fieldStatic memberCreated
Gets the key name of the creation date of an object in the trusted store.
Public fieldStatic memberCreatedBy
Gets the key name of the information who created the object in the trusted store.
Public fieldStatic memberId
Gets the key name of the identifier of an object stored in the trusted information store.
Public fieldStatic memberLastModified
Gets the key name of the last modification of the object in the trusted store.
Public fieldStatic memberLastModifiedBy
Gets the key name of the information who has last modified the object in the trusted store.
Public fieldStatic memberName
Gets the key name of the name of data stored.
Public fieldStatic memberProvider
Gets the key name of the name of data stored.
Public fieldStatic memberType
Gets the key name of the type of data stored.
Public fieldStatic memberValidFrom
Gets the key name of the information from when the information stored shall be valid.
Public fieldStatic memberValidUntil
Gets the key name of the information until when the information stored shall be valid.
Top
See Also