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
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.
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
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
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.
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
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
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
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
I\'m trying to figure out what iOS\' policy is when verifying certificates using Security.Framework regarding revocation of certificates.