Keeper SDK Class Library
C#
Show/Hide TOC
IVault
File
Attachment
Upload
Attachment Method
Encrypts and uploads file attachment.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
UploadAttachment
(
KeeperRecord
record
,
IAttachmentUploadTask
uploadTask
)
Parameters
record
KeeperRecord
Keeper record
uploadTask
IAttachmentUploadTask
Upload task
Return Value
Task
Awaitable task.
See Also
Reference
IVaultFileAttachment Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
See Also