Top "X509certificate" questions

X509Certificate is the name of .NET and Java classes for handling X.509 certificates.

Verify Remote Server X509Certificate using CA Certificate File

I've generated a CA and multiple certificates (signed by CA) using OpenSSL and I have a .NET/C# client and …

c# ssl openssl x509certificate sslstream
Problems reading authenticating a SAML assertion in .Net using WSSecurityTokenSerializer

I have a SAML assertion that I wish to authenticate in .Net using WSSecurityTokenSerializer. I've got the key-chain and SAML …

.net single-sign-on x509certificate pkcs#7 saml-2.0
Creating self-signed certificate using pyopenssl

I am trying to generate ac self signed X509v3 CA certificate using pyopenssl. I would want to add the …

python-2.7 openssl x509certificate self-signed pyopenssl