Affecto.Pdf.Toolkit.Tests.PdfSignerTests.SignFile_CertificateSelectorNotGiven_Throws C# (CSharp) Method

SignFile_CertificateSelectorNotGiven_Throws() private method

private SignFile_CertificateSelectorNotGiven_Throws ( ) : void
return void
        public void SignFile_CertificateSelectorNotGiven_Throws()
        {
            PdfSigner.SignFile(@"Resources\A4 Test Page.pdf", new PdfSignatureParameters("Digital Signature Test"), null);
        }