Class SelectCertificateResponse
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
The response to SelectCertificateHandler
public sealed class SelectCertificateResponse
- Inheritance
-
SelectCertificateResponse
- Inherited Members
Methods
- Cancel()
Creates a SelectCertificateResponse that notifies the browser that the SSL authorization should be cancelled.
- Select(Certificate)
Creates a SelectCertificateResponse that notifies the browser that the given certificate should be selected.
- Select(int)
Creates a SelectCertificateResponse that notifies the browser that the client certificate from the list with the given index should be selected.