Click or drag to resize

IStorageRecord Interface

Defines Password Record properties.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IStorageRecord

The IStorageRecord type exposes the following members.

Properties
 NameDescription
Public propertyClientModifiedTime Last modification time. Unix epoch in seconds.
Public propertyData Encrypted record data
Public propertyExtra Encrypted record extra data.
Public propertyOwner Is user owner of the record?
Public propertyRecordUid Record UID.
Public propertyRevision Last Revision.
Public propertyShared Is record shared?
Public propertyUdata Unencrypted record data
Public propertyVersion Record Version. 2 - Legacy 3 - Typed 4 - File 5 - Application
Top
See Also