Gets or sets the name of the system certificate store.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
The name of the system certificate store, e.g. "MY" or "ROOT".Exceptions
Exception | Condition |
---|---|
NotSupportedException | The Internal HTTP handler is currently in use, for which this property is not supported. |
Remarks
- The default certificate store name is "MY", which corresponds to Certificates - Current User\Personal\Certificates.
- Another common option is "ROOT" which corresponds to Certificates - Current User\Trusted Root Certification Authorities\Certificates.
Note |
---|
It is not possible to load client certificates from the Certificates - Local Computer certificate stores (which are viewable by running certlm.msc). |
See Also