IVaultFileAttachmentDownloadAttachment Method |
Downloads and decrypts file attachment.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task DownloadAttachment(
KeeperRecord record,
string attachment,
Stream destination
)
Parameters
- record KeeperRecord
- Keeper record.
- attachment String
- Attachment name, title, or ID.
- destination Stream
- Writable stream.
Return Value
TaskAwaitable task.
See Also