IAttachment Interface

Defines property for file attachment

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IAttachment

Properties

AttachmentKey Attachment encryption key.
Id Attachment ID.
LastModified Last time modified.
MimeType Attachment MIME type.
Name Attachment name.
Size Attachment size in bytes.
Title Attachment title.

See Also