Click or drag to resize

SelectCertificateParametersSslOrigin Property

Gets the host and port of the server that requested the client authentication.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public HostPortPair SslOrigin { get; }

Property Value

Type: HostPortPair
The host and port of the server that requested the client authentication.
See Also