DotNetBrowser
1.21.5
|
The OnSelectCertificate event parameters. More...
Public Member Functions | |
CertificatesDialogParams (Browser browser, bool isProxy, HostPortPair hostPortPair, List< Certificate > certificates) | |
Constructs a new CertificatesDialogEventArgs instance. More... | |
Properties | |
Browser | Browser [get] |
Gets Browser instance that requests SSL client certificate authorization. More... | |
bool | IsProxy [get] |
Gets true if the server that issues this request was the HTTPS proxy used in the request. False, if the server was the origin server. More... | |
HostPortPair | HostPortPair [get] |
Gets host and port of SSL server that requested SSL client authentication. More... | |
List< Certificate > | Certificates [get] |
Gets a list of client certificates matching the server criteria. More... | |
Certificate | SelectedCertificate [get, set] |
Returns the currently selected certificate for SSL authorization. Initially returns null to indicate that certificate for SSL authorization hasn't been selected yet. More... | |
CloseStatus | Status [get, set] |
Gets or sets the dialog close status indicates the way (OK or Cancel button) the dialog was closed CloseStatus. More... | |
The OnSelectCertificate event parameters.
DotNetBrowser.CertificatesDialogParams.CertificatesDialogParams | ( | Browser | browser, |
bool | isProxy, | ||
HostPortPair | hostPortPair, | ||
List< Certificate > | certificates | ||
) |
Constructs a new CertificatesDialogEventArgs instance.
browser | the browser instance that requests SSL client certificate authorization. |
isProxy | indicates whether the server that issues this request was the HTTPS proxy used in the request. |
hostPortPair | host and port of SSL server that requested SSL client authentication. |
certificates | a list of client certificates matching the server criteria. |
|
get |
Gets Browser instance that requests SSL client certificate authorization.
|
get |
Gets a list of client certificates matching the server criteria.
|
get |
Gets host and port of SSL server that requested SSL client authentication.
|
get |
Gets true if the server that issues this request was the HTTPS proxy used in the request. False, if the server was the origin server.
|
getset |
Returns the currently selected certificate for SSL authorization. Initially returns null to indicate that certificate for SSL authorization hasn't been selected yet.
Sets the certificate that must be used for SSL client certificate authorization. The certificate can be obtained in two ways:
the currently selected certificate for SSL authorization.
ArgumentException | when certificate is created manually and does not contain the underlying X509Certificate. |
|
getset |
Gets or sets the dialog close status indicates the way (OK or Cancel button) the dialog was closed CloseStatus.