Class SignedGrant
- Namespace
- The.Licensing
- Assembly
- Instagile.dll
public class SignedGrant : VersionedObject
- Inheritance
-
SignedGrant
- Inherited Members
-
Fields
FileExtension
public const string FileExtension = "theLicence"
Field Value
- string
Properties
Grant
public byte[]? Grant { get; set; }
Property Value
- byte[]
GrantV2
public GrantV2? GrantV2 { get; set; }
Property Value
- GrantV2
GrantV3
public GrantV3? GrantV3 { get; set; }
Property Value
- GrantV3
Signature
public required byte[] Signature { get; set; }
Property Value
- byte[]