X509Certificate.CreateFromCertFile - the specified network password is not correct

前端 未结 7 1167
你的背包
你的背包 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:45

    The 'the specified network password is not correct' error message is also returned when the certificate you are trying to import in one of the OS stores is already present in that store.

提交回复
热议问题