Click or drag to resize

SelectCertificateResponseSelect Method (Int32)

Creates a SelectCertificateResponse that notifies the browser that the client certificate from the list with the given index should be selected.

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

Parameters

index
Type: SystemInt32
The index of 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