System.Security.Cryptography.HMACSHA1.HashCore C# (CSharp) Метод

HashCore() защищенный Метод

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
Результат void
        protected override void HashCore(byte[] rgb, int ib, int cb)
        {
            _hMacCommon.AppendHashData(rgb, ib, cb);
        }