Keeper SDK Class Library
C#
Show/Hide TOC
IVault
File
Attachment Interface
Defines methods to manipulate file attachments.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
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
Reference
KeeperSecurity.Vault Namespace
In This Article
Definition
Methods
See Also