<PackageReference Include="Relativity.Api" Version="10.3.191.8" />

License<T>

public class License<T> where T : LicenseInfoBase
Class implementing License object of type T.
public T LicenseInfo { get; set; }

Gets and/or sets license info property of type T.

public string Signature { get; set; }

Gets and/or sets a string property containing signature of a license object.

public License()

Instantiates a license object.