Ejemplo n.º 1
0
 public static LicenseContainer Sign(License content, string key)
 {
     return(Sign(content, Convert.FromBase64String(key)));
 }
Ejemplo n.º 2
0
 public LicenseContainer SetLicense(License license)
 {
     License = new JRaw(license.ToJson(Formatting.None)); return(this);
 }