Click or drag to resize

SelectCertificateParameters.Certificates Property

Gets a collection of the certificates allowed by the server.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public IEnumerable<Certificate> Certificates { get; }

Property Value

Type: 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.
See Also