can any one tell me how to create a trust chain . i am having 5 CA certificates(CA\'s are different). i need to create a trust chain with the Maximum depth of 3.
i n开发者_运维技巧eed to verify the X509 v3 certificate .the Certificate is self signed so i have the private key and public key with me .
I have a scenario where we are developing an app with both a Business to Customer interface, and a Business to Business interface.
Ok, I am quite new to the crypto world of bouncyCastle, and perhaps is a mental block, I can\'t seem to find(/google for) the equivalent to:
I am implementing an auto-update mechanism for my software. The msi on the server is signed using signtool. My app downloads the msi and reads the public key of the downloaded msi. If the public key m
When I try to configure WS-AT trans开发者_JS百科actions on windows the system claims I cannot use particular SSL certificate because it has no private key. I tried self signed certificate and one prov
We have developed a webbased Java application running in Tomcat under IIS on Windows 2008. The website has 2-way (mutual) SSL enabled in IIS requiring the client to authenticate using a x.509 certific
When I try to execute code below I got an error: Internal error occurred. var certificate = new X509Certificate2( p12FileBytes, p12FilePassword );
I\'m trying to implement a custom STS for a WIF scenario I\'m investigating, but it\'s failing. It\'s failing when trying to obtain the private key from the certificate used to sign the tokens. I crea
I want to authenticate users to my WCF service using X509 certificates.I setup my service to use SSL 开发者_运维知识库and make all relevant WCF configuration.When I try to consume my service I get the