Table of Contents

Method Select

Namespace
DotNetBrowser.Browser.Dialogs.Handlers
Assembly
DotNetBrowser.dll

Select(Certificate)

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

public static SelectCertificateResponse Select(Certificate certificate)

Parameters

certificate Certificate

The certificate that should be selected.

Returns

SelectCertificateResponse

The SelectCertificateResponse instance that can be used as a return value in SelectCertificateHandler implementation.

Select(int)

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

public static SelectCertificateResponse Select(int index)

Parameters

index int

The index of the certificate that should be selected.

Returns

SelectCertificateResponse

The SelectCertificateResponse instance that can be used as a return value in SelectCertificateHandler implementation.