Top "X509certificate" questions

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

how to install CA certificate programmatically on Android without user interaction

I'm trying to install certificates without prompting the user. I know this is not good practice, but that's what PM …

android android-intent x509certificate android-wifi
Check if certificate is wildcard certificate

We have a website and we'd like to check if the certificate installed is a wild-card certificate or tied to …

certificate x509certificate
How to RestSharp add client certificate in Https request? (C#)

How to RestSharp add client certificate in Https request ? My code it doesn't work . public static IRestResponse<User> …

c# ssl x509certificate restsharp
OCSP Revocation on client certificate

How do I manually check for certificate revocation status in java using OCSP, given just a client's java.security.cert.…

java security tomcat x509certificate ocsp
Generating X509Certificate using bouncycastle X509v3CertificateBuilder

I'm attempting to port JXTA to run on App Engine. Given that the BouncyCastle "BC" provider is not yet supported …

google-app-engine x509certificate bouncycastle x509 jxta
How Do We Generate a Base64-Encoded SHA256 Hash of SubjectPublicKeyInfo of an X.509 Certificate, for Android N Certificate Pinning?

The documentation in the N Developer Preview for their network security configuration offers these instructions: Certificate pinning is done by …

android x509certificate android-7.0-nougat
How to parse a SAML assertion request in .Net

I'm trying to implement a SAML SSO solution in .Net, but I'm having a problem parsing the assertion. I have …

.net single-sign-on x509certificate saml pkcs#7
How do I verify an SSL certificate in python?

I need to verify that a certificate was signed by my custom CA. Using OpenSSL command-line utilities this is easy …

python ssl openssl x509certificate m2crypto
What is the difference between the x.509 V3 extensions Basic Constraints and Key Usage to create a CA certificate?

These two actions seem to do the same: using the Basic Constraints extension in a X.509 Certificate to signify that …

security encryption ssl cryptography x509certificate
What account does IIS Express run under?

I need to get my dev machine to read a certificate from the local machine store to do this I …

iis permissions x509certificate privileges iis-express