Click or drag to resize

IRecordMetadata Interface

Defines Record Key Metadata properties.

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

The IRecordMetadata type exposes the following members.

Properties
 NameDescription
Public propertyCanEdit Can user edit record?
Public propertyCanShare Can user re-share record?
Public propertyRecordKey Encrypted record key.
Public propertyRecordKeyType Record key encryption key type.
Public propertyRecordUid Record UID.
Public propertySharedFolderUid Shared Folder UID if record key is encrypted with shared folder key.
Top
See Also