Property Certificates
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
Certificates
Gets a collection of the certificates allowed by the server.
public IEnumerable<Certificate> Certificates { get; }
Property Value
- IEnumerable<Certificate>
The collection of the certificates allowed by the server. The collection is empty when there are no matching certificates installed in the operating system. In this case you can either cancel the SSL client authentication, or provide a custom Certificate.