Click or drag to resize

VaultOnlineDownloadAttachment Method

Downloads and decrypts file attachment.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public 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

Task
Awaitable task.

Implements

IVaultFileAttachmentDownloadAttachment(KeeperRecord, String, Stream)
See Also