Click or drag to resize

AccountLicense Class

Represents user's account license information.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.AuthenticationAccountLicense

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class AccountLicense

The AccountLicense type exposes the following members.

Constructors
 NameDescription
Public methodAccountLicenseInitializes a new instance of the AccountLicense class
Top
Properties
 NameDescription
Public propertyAccountType Account Type ID.
  • 0 – Consumer
  • 1 – Family
  • 2 – Enterprise
Public propertyBytesTotal File storage plan. Total bytes
Public propertyBytesUsed File storage plan. Used bytes
Public propertyExpirationDate The date that the license will expire.
Public propertyFilePlanType The type of file plan the user has.
Public propertyProductTypeId Product Type ID.
  • 1 – Trial
  • 2 – Backup
  • 3 – Groups
  • 4 – Backup unlimited
Public propertyProductTypeName Product Type name.
Public propertySecondsUntilExpiration The number of seconds until this user’s subscription expires. Unix time.
Public propertySecondsUntilStorageExpiration The number of seconds until this user’s file plan subscription expires. Unix time.
Public propertyStorageExpirationDate The date that the file plan license will expire.
Top
See Also