client-certificates
How can I read the Clientcertificate within a WCF service?
I do host a WCF service on a server which requires the clients to authenticate using a x509 certificate. I need to read this certificate inside the service as the data contained is part of the busines[详细]
2023-02-18 12:54 分类:问答How to view the contents cacerts.bks (Certificate file /system/etc/security/cacerts.bks)
Does anybody know how to view the list of root certificates that an Android device supports? I would like to see that information.[详细]
2023-02-03 03:07 分类:问答2-way SSL with CherryPy
From CherryPy 3.0 and onwards, one-way SSL can be turned on simply by pointing开发者_如何学JAVA to the server certificate and private key, like this:[详细]
2023-01-30 11:54 分类:问答How to attach a certificate to a C# client for an ODATA service?
We have an ODATA service which is being secured using certificates. We are using AddWebReference to get the proxy in our C# code.[详细]
2023-01-28 15:44 分类:问答Is it possible to understand whether a certificate in Windows cert store imported as "Enable Strong Private Key" protection?
Is it possible to understand whether a certificate in Windows cert sto开发者_运维技巧re imported as \"Enable Strong Private Key\" protection in .NET?It looks like x509certificate2 doesn\'t directly ex[详细]
2023-01-17 17:16 分类:问答Applets & client certificate authentication
I have an applet that loads its jar dependencies from a server using SSL + client certificate authentication.[详细]
2023-01-05 06:34 分类:问答How do I sign a HTTP request with a X.509 certificate in Java?
How do I perform an HTTP request and sign it with a X.509 certificate using Java? I usually program in C#. Now, what I would like to do is something similar to the following, only in Java:[详细]
2023-01-01 17:29 分类:问答Access Identities within Configuration Profiles
I\'m developing an applicationfor a company that requiers their users to identify themselves using acertificate.[详细]
2022-12-31 10:10 分类:问答get firefox to decrypt using private portion of client certificate
I am interested in having something that I encrypt using a public key on a LAMPhp server, decrypted using the appropriate private key on the web client (firefox at least, best if it is standard javasc[详细]
2022-12-16 12:24 分类:问答Java HTTPS client certificate authentication
I\'m fairly new to HTTPS/SSL/TLS and I\'m a bit confused over what exactly the clients are supposed to present when authenticating with certificates.[详细]
2022-12-10 06:25 分类:问答