How to change issuer Name while creating X509Certificate2 in C#
问题 I am working with creating X509Certificate2 certificate in my C#.net application. While creating certificate, how to set the issuer name? currently issuer name shows same as subject name. Please help. 回答1: Hmm. Finally I have used Bouncy Castle dll to create certificates.Using this, there is a method to set issuer name. This is the fully code to generate x509Certificate and to store into Trusted People store: private X509Certificate2 GeneratePFXFile(string certificate,string company,string