GetMaximumBuildDate Method
Retrieves a maximum build date from a current license key.
Returned DateTime? has a value if a current license key contains maximum build date.
A license key becomes expired and ArmDot.Client.Api.GetLicenseState returns LicenseKeyState.MaximumBuildDateExpired for binaries, built after maximum build date.
ArmDot.Client.Api.PutKey must have been already called.
public static System.DateTime? GetMaximumBuildDate();Returns
A maximum build date stored in a current license key.