<PackageReference Include="Relativity.Server.API.SDK" Version="5000.0.3" />

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.