Click or drag to resize

SelectCertificateParametersCertificates Property

Gets a collection of the certificates allowed by the server.

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

Property Value

Type: IEnumerableCertificate
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