private static byte[] Transform(byte[] data, ICryptoTransform transformer) { return(CryptographyUtility.Transform(transformer, data)); }