c# - programmatically creating a .pfx file -


is there way programmatically creating .pfx file certificate? use sign pdf. data of client database construct file when click sign pdf, go out , pfx file has been constructed , stored in database , sign pdf file. goal how create file? using c# 4.0.

you can use chilkat library. need pem file though, here link: http://www.example-code.com/csharp/pfx_frompem.asp


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -