Can I use an X509Certificate2 within ASP.NET without using a certificate store?
问题 I am trying to use an X509Certificate within an ASP.NET web service within the Rackspace Cloud. I have a feeling the certificate stores on the cloud nodes maybe causing problems. I also have a question related to this with the exception that I am receiving at SslStream.AuthenticateAsClient Exception when using iPhone Apple Push Notification Provider (apns-sharp) C# Within the apns-sharp project I was using the following code: certificate = new X509Certificate2(p12File) However I received an