Class License
Represents a license as defined in the License Management Portal
Namespace: Microsoft.Licensing.LicenseIssue
Assembly: Slps.Domain.Interfaces.dll
Constructors
License()
Declaration
public License()
Fields
ActivationKey
License Activation Key
Declaration
public string ActivationKey
Field Value
Type | Description |
---|---|
System.String |
LicenseId
The unique identifier of the license
Declaration
public string LicenseId
Field Value
Type | Description |
---|---|
System.String |
LicenseInfo
Contains the detailed license parameters e.g., features, limitations etc
Declaration
public LicenseInfo LicenseInfo
Field Value
Type | Description |
---|---|
LicenseInfo |
Revision
Revision number of the license - several versions of the license may exist due to reissues
Declaration
public int Revision
Field Value
Type | Description |
---|---|
System.Int32 |