reWZ.WZAES.DecryptBytes C# (CSharp) Méthode

DecryptBytes() private méthode

private DecryptBytes ( byte bytes ) : byte[]
bytes byte
Résultat byte[]
        internal byte[] DecryptBytes(byte[] bytes)
        {
            CheckKeyLength(bytes.Length);
            return DecryptData(bytes, _wzKey);
        }