Top "X509certificate2" questions

.NET Class for handling X.509 Certificates

Converting a byte array to a X.509 certificate

I'm trying to port a piece of Java code into .NET that takes a Base64 encoded string, converts it to …

c# java .net cryptography x509certificate2
how to load password protected certificates from the X509Store?

I am building an ACS protected Azure WCF service that will require clients to authenticate via a certificate. I would …

c# .net x509certificate2 pfx
X509Certificate2 p12 is store required?

Question when running the following code: X509Certificate2 cert = new X509Certificate2(@"C:\file.p12", "password", X509KeyStorageFlags.Exportable); RSACryptoServiceProvider …

c# x509certificate private-key x509certificate2
Why do I get an Access Denied error when creating an X509Certificate2 object?

We have some unit tests which have PFX certificates embedded in them. These certificates are read during test execution and …

.net x509certificate x509certificate2
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 …

c# asp.net x509certificate2 apns-sharp
PrivateKey threw an exception of type System.Security.Cryptography.CryptographicException

I'm trying to use self-signed certificate using the following code: X509Certificate2 cert = ToCertificate("CN=localhost"); public static X509Certificate2 …

c# digital-certificate x509certificate2
X509Chain.Build() method explanation

I want to validate chain of certificates, I get a X509Certificate2 collection and have to validate if all the …

c# certificate x509certificate2
Create X509Certificate2 from Cert and Key, without making a PFX file

In the past I have been making secure TcpListener by exporting a PFX certificate with a password, but would like …

c# ssl certificate x509certificate2
.NET Core X509Certificate2 usage (under Windows/IIS, Docker, Linux)

I am really trying a long time to use certificates in .NET Core API. Basically where I need to use …

c# identityserver4 asp.net-core-2.1 x509certificate2 .net-core-2.1
Site in Azure Websites fails processing of X509Certificate2

I have site in Azure Websites (not Hosted Service) and I need processing .pfx certificates with private key there. var …

c# azure azure-web-app-service x509certificate2