Click or drag to resize

PasswordRecord Class

Represents a Legacy Keeper Record.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultKeeperRecord
    KeeperSecurity.VaultPasswordRecord

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class PasswordRecord : KeeperRecord

The PasswordRecord type exposes the following members.

Constructors
 NameDescription
Public methodPasswordRecordInitializes a new instance of the PasswordRecord class
Top
Properties
 NameDescription
Public propertyAttachments A list of Attachments.
Public propertyCustom A list of Custom Fields.
Public propertyLink Web URL.
Public propertyLogin Login or Username.
Public propertyNotes Notes.
Public propertyPassword Password.
Public propertyTotp TOTP URL.
Top
Methods
 NameDescription
Public methodDeleteCustomField Deletes a custom field.
Public methodGetCustomField Gets a custom field.
Public methodSetCustomField Adds or Changes custom field.
Top
Extension Methods
 NameDescription
Public Extension MethodKeeperRecordPublicInformation Returns common record information. Does not include sensitive data
(Defined by RecordTypesUtils)
Public Extension MethodKeeperRecordType Returns record type information.
(Defined by RecordTypesUtils)
Top
See Also