iTextSharp.text.pdf.crypto.IVGenerator.GetIV C# (CSharp) Method

GetIV() public static method

public static GetIV ( ) : byte[]
return byte[]
        public static byte[] GetIV()
        {
            return GetIV(16);
        }

Same methods

IVGenerator::GetIV ( int len ) : byte[]