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.23.2
Syntax public HostPortPair SslOrigin { get; }
Property Value
Type:
HostPortPairThe host and port of the server that requested the client authentication.
See Also