Click or drag to resize

SelectCertificateResponseSelect Method (Certificate)

Creates a SelectCertificateResponse that notifies the browser that the given certificate should be selected.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static SelectCertificateResponse Select(
	Certificate certificate
)

Parameters

certificate
Type: DotNetBrowser.Net.CertificatesCertificate
The certificate that should be selected.

Return Value

Type: SelectCertificateResponse
The SelectCertificateResponse instance that can be used as a return value in SelectCertificateHandler implementation.
See Also