Example #1
0
 public string DecodeAES(byte[] key, byte[] data, CancellationToken token = default(CancellationToken))
 {
     return(_factory.DecodeAES(key, data, token));
 }