IStorageRecordKey Interface

Defines Record Key Metadata storage.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IStorageRecordKey

Properties

CanEdit Can user edit record?
CanShare Can user re-share record?
Expiration Share expiration
Owner Is record owner?
OwnerAccountUid Owner Account UID
RecordKey Encrypted record key.
RecordKeyType Record key encryption key type.
RecordUid Record UID.
SharedFolderUid Shared Folder UID if record key is encrypted with shared folder key.

See Also