Table of Contents

Class GrantV2

Namespace
The.Licensing
Assembly
Instagile.dll
public class GrantV2 : IGrant
Inheritance
GrantV2
Implements
Inherited Members

Properties

InvalidWithReason

public string? InvalidWithReason { get; set; }

Property Value

string

ProductionLicensee

public string? ProductionLicensee { get; set; }

Property Value

string

ValidForEntryHash

public byte[]? ValidForEntryHash { get; set; }

Property Value

byte[]

ValidForEntrySHA256

public byte[]? ValidForEntrySHA256 { get; set; }

Property Value

byte[]

ValidForModelHash

public ModelHashV2? ValidForModelHash { get; set; }

Property Value

ModelHashV2

ValidFromUTC

public DateTime? ValidFromUTC { get; set; }

Property Value

DateTime?

ValidToUTC

public DateTime? ValidToUTC { get; set; }

Property Value

DateTime?

Methods

ShouldSerializeProductionLicensee()

public bool ShouldSerializeProductionLicensee()

Returns

bool

ShouldSerializeValidForModelHash()

public bool ShouldSerializeValidForModelHash()

Returns

bool

ShouldSerializeValidFromUTC()

public bool ShouldSerializeValidFromUTC()

Returns

bool

ShouldSerializeValidToUTC()

public bool ShouldSerializeValidToUTC()

Returns

bool