Subject: Windows FIPS Compliant
Date: 2012-06-20 14:26:24
From: Heidi Krout
Source: windows-fips-compliant
----------------------------------------------------------------------

I have an ASP.NET application that uses UltimatePDF to merge two pdf files.



My code looks like the following:



string[] paths = new string[] { filename1, filename2 };

PdfDocument doc = new PdfDocument();

doc.Security.Algorithm = ComponentPro.pdf.Security.PdfEncryptAlgorithm.AES;

PdfDocument.Merge(paths);

doc.Save(outFileName);



This code works fine on my development machine, but I publish the application to

our Windows server, I get the following error:



This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.



Stack Trace:

    at System.security.Cryptography.SHA256Managerd..ctor()

    at ComponentPro_VDA..ctor()

    at ComponentPro.Pdf.PdfDocumentBase.get_Security()



Can you tell me what I am doing wrong or what I need to do to get this to work?



                    ---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index