System.Security.Cryptography.HMAC.HashFinal C# (CSharp) Method

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]
        protected override byte[] HashFinal()
        {
            throw new PlatformNotSupportedException(SR.CryptoConfigNotSupported);
        }