Ejemplo n.º 1
0
 public static string GetHexIV()
 {
     byte[] output = MediaServicesHelper.GetRandomBuffer(16);
     return(BitConverter.ToString(output).Replace("-", string.Empty));
 }