X509Certificate.CreateFromCertFile - the specified network password is not correct

前端 未结 7 1165
你的背包
你的背包 2020-12-14 16:23

I have a .NET application that I want to use as a client to call an SSL SOAP web service. I have been supplied with a valid client certificate called foo.pfx. T

7条回答
  •  借酒劲吻你
    2020-12-14 16:52

    You might need to X509KeyStorageFlags.MachineKeySet.

    I am using certificate from web job.

提交回复
热议问题