iTextSharp.text.pdf.security.LtvVerification.HashBytesSha1 C# (CSharp) Method

HashBytesSha1() private static method

private static HashBytesSha1 ( byte b ) : byte[]
b byte
return byte[]
        private static byte[] HashBytesSha1(byte[] b)
        {
            return DigestAlgorithms.Digest("SHA1", b);
        }