PasswordRecord Class

Represents a Legacy Keeper Record.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class PasswordRecord : KeeperRecord
Inheritance
Object    KeeperRecord    PasswordRecord

Constructors

PasswordRecordInitializes a new instance of the PasswordRecord class

Properties

Attachments A list of Attachments.
Custom A list of Custom Fields.
Link Web URL.
Login Login or Username.
Notes Notes.
Password Password.
Totp TOTP URL.

Methods

DeleteCustomField Deletes a custom field.
GetCustomField Gets a custom field.
SetCustomField Adds or Changes custom field.

Extension Methods

KeeperRecordPublicInformation Returns common record information. Does not include sensitive data
(Defined by RecordTypesUtils)
KeeperRecordType Returns record type information.
(Defined by RecordTypesUtils)

See Also