x509certificate
Error: oracle.security.crypto.asn1.ASN1FormatException: Got tag 0 instead of 16
Currently I am working with Oracle identity federation 10.1.4.0.1. I am facing one problem while exporting certificate to Certificate Validation, the error I am getting after importing certificate at[详细]
2023-03-07 22:22 分类:问答How to verify X509 cert without importing root cert?
My program contains 2 root certs I know and trust. I have to verify certs of trustcenters and \"user\" certs issued by the trustcenters which all originate from these 2 root certs.[详细]
2023-03-07 15:35 分类:问答Programmatic WCF Message Security with Certificates
I\'ve written a self-hosted WCF service using WSHttpBindings and I\'m trying to implement message-level security using certificates I\'ve generated myself.Unfortunately I\'m getting a buried exception[详细]
2023-03-06 10:58 分类:问答Debugging failing HTTPS WebRequest
I\'m writing a small program which will make a GET request to a server using HTTPS and the HttpWebRequest class. The server (obviously) has a server certificate. It also expects the client to provide[详细]
2023-03-05 03:54 分类:问答Cannot send HttpWebRequest with certificate from SharePoint
I\'m trying to send a HttpRequest from my SharePoint 2007 WebPart to another web service. The service expects a X509 client certificate for authentication.[详细]
2023-03-04 15:17 分类:问答Cannot Access LDAPS from webbrowser on Hyper V virtual machine
We have an test environmnet where the physical AD server is set up for LDAPS connections and a Hyper V virtual machine running the webserver with our AD management web app loaded up.We have set up the[详细]
2023-03-03 05:39 分类:问答Import pfx certificate created on XP to Windows 2008
I\'m trying to import a certificate generated in XP into the machine store on a Windows 2008 box but get an error close to \"network password is incorrect ... or private key needs cryptographic servic[详细]
2023-03-03 03:39 分类:问答What is the purpose of the "validity period" in X.509 certificates?
I\'ve read the parts of RFC 2459 (Internet X.509 Public Key Infrastructure Certificate and CRL Profile) that I believed to be relevant to this question.However, I\'m not totally clear on what the purp[详细]
2023-02-28 13:52 分类:问答How to create X.509 certificate
using bouncy castle i have created a X.509v3 certificate, i use a following code: { X509Certificate2 cerca= creer_ca(\"CA_certifcate\"); // creer_ca is a function that create the autority[详细]
2023-02-28 01:59 分类:问答CRL and OCSP behavior of iOS / Security.Framework?
I\'m trying to figure out what iOS\' policy is when verifying certificates using Security.Framework regarding revocation of certificates.[详细]
2023-02-23 12:17 分类:问答