static byte[] DecryptHex(string hex) { var byteform = CryptoServices.HexToByte(hex); return(CryptoServices.RSA.Decrypt(byteform, true)); }