x509certificate
Securely storing (encrypting) data in an ASP.Net application
I have an asp.net application, accessed by people over the internet using web browsers.It runs on a web server and it talks to a backend database.[详细]
2023-04-13 02:17 分类:问答Android API cannot get X509Certificate
I have been trying to get subject alternative names from an X509Certificate, but it seems cert.getSubjectAlternativeNames() does not work in Android, which returns null.[详细]
2023-04-12 11:40 分类:问答Is there a way to compare a CA issued Certificate against the CSR stored?
I would like to know if there is a way ( in JAVA ) to compare the CA issued certificate for a corresponding CSR against the CSR itself. To be more precise; DN comparison or the comparing the Public Ke[详细]
2023-04-12 07:01 分类:问答How to obtain CN of the certificates in particular store?
i want to obtain the CN of the certificates stored in the MY store as i want to verify if the certificate开发者_如何学C exists or not in that store.[详细]
2023-04-10 11:35 分类:问答Root certificate automatically removed from the "Trusted Root Certification Authorities"
I\'ve a development environment with a test public key infrastructure. This infrastructure has one root CA, one intermediate CA and multiple end-entities (clients and servers).[详细]
2023-04-09 20:43 分类:问答How are multiple ServicePointManager.ServerCertificateValidationCallback methods evaluated?
How is the following code evaluated?开发者_运维知识库 ServicePointManager.ServerCertificateValidationCallback += ValidateRemoteCertificateA;[详细]
2023-04-08 18:15 分类:问答Use X509Certv3 from string for WCF Service Endpoint?
I have exported a key pair (public and private key) into a single cert from a Win2k8 server. I then used OpenSSL to convert it to a pem:[详细]
2023-04-08 04:08 分类:问答Verify Digital Signature with SignedCms
I get the CryptographicException \"The hash value is not correct.\" I tried verifyCms.CheckSignature(true); (same error)[详细]
2023-04-07 23:36 分类:问答SSL Server Cert Present One name for WCF?
I have a self-hosted WCF service with TCP binding, now trying to layer on SSL. The cert I got from the CA has two values for \"Subject Alternative Name\":[详细]
2023-04-07 22:50 分类:问答How to verify Restful Client certificate authentication working with WCF?
I have set up Restful webservice in WCFwith client authentication using certificate authentication. I am also using SSL (on IIS) for Rest services. When I use fiddler to check whether SSL and c开发者_[详细]
2023-04-07 19:50 分类:问答