Class LicenseKey
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class LicenseKey : BasePdu<LicenseKey>, IEquatable<LicenseKey>
Constructors
LicenseKey(LicenseKey)
Declaration
public LicenseKey([NotNull] LicenseKey other)
Parameters
Properties
auxInfo
Declaration
[CanBeNull]
public string auxInfo { get; set; }
Property Value
centralRecord
Declaration
[CanBeNull]
public string centralRecord { get; set; }
Property Value
centralSignature
Declaration
[CanBeNull]
public string centralSignature { get; set; }
Property Value
clientURN
Declaration
[CanBeNull]
public string clientURN { get; set; }
Property Value
created_at
Declaration
[CanBeNull]
public string created_at { get; set; }
Property Value
evaluationPeriod
Declaration
public int evaluationPeriod { get; set; }
Property Value
expirationDate
Declaration
[CanBeNull]
public string expirationDate { get; set; }
Property Value
id
Declaration
public long id { get; set; }
Property Value
licenseKey
Declaration
[CanBeNull]
public string licenseKey { get; set; }
Property Value
Declaration
[CanBeNull]
public string platform { get; set; }
Property Value
product
Declaration
[CanBeNull]
public string product { get; set; }
Property Value
reason
Declaration
[CanBeNull]
public string reason { get; set; }
Property Value
refreshDate
Declaration
[CanBeNull]
public string refreshDate { get; set; }
Property Value
refreshInterval
Declaration
public int refreshInterval { get; set; }
Property Value
satellitePubkey
Declaration
[CanBeNull]
public string satellitePubkey { get; set; }
Property Value
satelliteUrl
Declaration
[CanBeNull]
public string satelliteUrl { get; set; }
Property Value
satelliteUrn
Declaration
[CanBeNull]
public string satelliteUrn { get; set; }
Property Value
signature
Declaration
[CanBeNull]
public string signature { get; set; }
Property Value
updated_at
Declaration
[CanBeNull]
public string updated_at { get; set; }
Property Value
version
Declaration
[CanBeNull]
public string version { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.LicenseKey>.ToJson(System.Boolean)
Implements