You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| C++ |Can use [CNG](https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal) or [CertificateStores](https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.certificatestores)| See [WebClientCpp](WebClientCpp/) folder|
74
-
| C#/.Net |Can use [X509Store](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509store)| See [WebClientNet](WebClientNet/) folder|
75
-
| Java |Can probably use [Leveraging Security in the Native Platform Using Java ..](https://www.oracle.com/technical-resources/articles/javase/security.html)| Not yet tested |
76
-
| Python |No support (see [#10](../../issues/10)) | See [WebClientPy](WebClientPy/) folder (uses file-based certificate handling)|
77
-
| Go |No support (see [#17](../../issues/17)) | See [WebClientGo](WebClientGo/) folder (uses file-based certificate handling)|
73
+
| C++ |[CNG](https://learn.microsoft.com/en-us/windows/win32/seccng/cng-portal) or [CertificateStores](https://learn.microsoft.com/en-us/uwp/api/windows.security.cryptography.certificates.certificatestores)| See [WebClientCpp](WebClientCpp/)|
74
+
| C#/.Net |[X509Store](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509store)| See [WebClientNet](WebClientNet/)|
75
+
| Java |[Leveraging Security in the Native Platform Using Java ..](https://www.oracle.com/technical-resources/articles/javase/security.html)| Not yet tested |
76
+
| Python |No known support (see [#10](../../issues/10)) | See [WebClientPy](WebClientPy/) (uses file-based certificate handling)|
77
+
| Go |No known support (see [#17](../../issues/17)) | See [WebClientGo](WebClientGo/) (uses file-based certificate handling)|
78
78
79
79
All the language samples are command-line applications that tries to authenticate against `https://localhost:443/` using the client certificate. The applications can be run without any arguments and will output the following on success:
0 commit comments