System.Security.Cryptography.HMAC.HashCore C# (CSharp) Méthode

HashCore() protected méthode

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
Résultat void
        protected override void HashCore(byte[] rgb, int ib, int cb)
        {
            throw new PlatformNotSupportedException(SR.CryptoConfigNotSupported);
        }