Click or drag to resize

IVaultFileAttachment Interface

Defines methods to manipulate file attachments.

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

The IVaultFileAttachment type exposes the following members.

Methods
 NameDescription
Public methodDeleteAttachment Deletes file attachment.
Public methodDownloadAttachment Downloads and decrypts file attachment.
Public methodRecordAttachments Returns Record attachments
Public methodUploadAttachment Encrypts and uploads file attachment.
Top
See Also