AccountLicense Class

Represents user's account license information.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class AccountLicense
Inheritance
Object    AccountLicense

Constructors

AccountLicenseInitializes a new instance of the AccountLicense class

Properties

AccountType Account Type ID.
  • 0 – Consumer
  • 1 – Family
  • 2 – Enterprise
BytesTotal File storage plan. Total bytes
BytesUsed File storage plan. Used bytes
ExpirationDate The date that the license will expire.
FilePlanType The type of file plan the user has.
ProductTypeId Product Type ID.
  • 1 – Trial
  • 2 – Backup
  • 3 – Groups
  • 4 – Backup unlimited
ProductTypeName Product Type name.
SecondsUntilExpiration The number of seconds until this user’s subscription expires. Unix time.
SecondsUntilStorageExpiration The number of seconds until this user’s file plan subscription expires. Unix time.
StorageExpirationDate The date that the file plan license will expire.

See Also