Пример #1
0
 private string NewNextIV()
 {
     return(ConvertUtils.ByteArrayToBase64String(AESUtils.GenerateIV()));
 }