Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
VaultOnline Class
VaultOnline Methods
AddSecretManagerClient Method
AuditLogRecordCopyPassword Method
AuditLogRecordOpen Method
CancelSharesWithUser Method
ChangeRecordInSharedFolder Method
CreateFolder Method
CreateRecord Method
CreateSecretManagerApplication Method
DeleteAttachment Method
DeleteFolder Method
DeleteRecords Method
DeleteSecretManagerApplication Method
DeleteSecretManagerClient Method
DownloadAttachment Method
GetConfiguration Method
GetRecordHistory Method
GetSecretManagerApplication Method
GetSharesForRecords Method
GetTeamsForShare Method
GetUserPublicKeys Method
GetUsersForShare Method
MoveFolder Method
MoveRecords Method
PutUserToSharedFolder Method
RecordAttachments Method
RemoveUserFromSharedFolder Method
RenameFolder Method
RevokeShareFromUser Method
ScheduleSyncDown Method
SendShareInvitationRequest Method
ShareRecordWithUser Method
ShareToSecretManagerApplication Method
StoreNonSharedData<T> Method
SyncDown Method
TransferRecordToUser Method
UnshareFromSecretManagerApplication Method
UpdateFolder Method
UpdateRecord Method
UpdateRecords Method
UploadAttachment Method
Vault
Online
Upload
Attachment Method
Encrypts and uploads file attachment.
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
Task
UploadAttachment
(
KeeperRecord
record
,
IAttachmentUploadTask
uploadTask
)
Parameters
record
KeeperRecord
Keeper record
uploadTask
IAttachmentUploadTask
Upload task
Return Value
Task
Awaitable task.
Implements
IVaultFileAttachment
UploadAttachment(KeeperRecord, IAttachmentUploadTask)
See Also
Reference
VaultOnline Class
KeeperSecurity.Vault Namespace