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
Post a Comment