Click or drag to resize

IVaultFileAttachmentDownloadAttachment Method

Downloads and decrypts file attachment.

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