Example #1
0
 private void StoreLicenseInfo(LicenseInfo info)
 {
     log.Debug("StoreLicenseInfo;");
     byte[] data = info.AesEncrypt(AesKey, AesIv);
     KeyStorage.Store(data);
 }