ApplicationRecord Class

Represents a Keeper Secret Manager Application Record.

Definition

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

Constructors

ApplicationRecordInitializes a new instance of the ApplicationRecord class

Properties

Type Application Type.

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