Answer the question
In order to leave comments, you need to log in
Is it possible to access the client certificate store from a Blazor WebAssembly web app?
We publish the application on IIS 10.0 as part of Windows Server 2022, SDK NET 6.0.2. The project was created using dotnet new blazorwasm -ho (-ho Hosted). To access the client certificate store, we use standard classes from the System.Security.Cryptographic namespace, namely X509Store for accessing the store and X509Certificate2 for the certificate itself. With this configuration, the server generates an error when creating an object of the X509Store class: Unhandled exception rendering component: SystemSecurityCryptographyX509Certificates_PlatformNotSupported . Is it possible that a different technology should be used to access the user's certificate store from the blazor-wasm application?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question