Click or drag to resize

SelectCertificateResponseCancel Method

Creates a SelectCertificateResponse that notifies the browser that the SSL authorization should be cancelled.

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

Return Value

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