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
CertificateThe 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
intThe index of the certificate that should be selected.
Returns
- SelectCertificateResponse
The SelectCertificateResponse instance that can be used as a return value in SelectCertificateHandler implementation.