I know that the Secure Mail component can read and/or create documents using signatures using RSASSA-PSS algorithms. However, I need you to verify if the aforementioned component support RSASSA-PSS signed certificates.
Regards,
Yes, RSASSA-PSS certificates are supported.
RSASSA-PSS
You can try it for yourself on e.g. this sample certificates
var cert = Certificate.LoadDer(file); Console.WriteLine(cert.GetSubject()); Console.WriteLine(cert.GetIssuer()); Console.WriteLine(cert.Validate().Status);
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.