iTextSharp.text.pdf.PdfReader.ComputeUserPassword C# (CSharp) 메소드

ComputeUserPassword() 공개 메소드

public ComputeUserPassword ( ) : byte[]
리턴 byte[]
        public byte[] ComputeUserPassword() {
    	    if (!encrypted || !ownerPasswordUsed) return null;
    	    return decrypt.ComputeUserPassword(password);
        }
    }