IVaultFileAttachment Interface

Defines methods to manipulate file attachments.

Definition

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

Methods

DeleteAttachment Deletes file attachment.
DownloadAttachment Downloads and decrypts file attachment.
RecordAttachments Returns Record attachments
UploadAttachment Encrypts and uploads file attachment.

See Also