ICoreWebView2ClientCertificateRequestedEventArgs.get_Host

Host name of the server that requested client certificate authentication. Normalization rules applied to the hostname are: * Convert to lowercase characters for ascii characters. * Punycode is used for representing non ascii characters. * Strip square brackets for IPV6 address.

The caller must free the returned string with CoTaskMemFree. See API Conventions.

interface ICoreWebView2ClientCertificateRequestedEventArgs
@" propget"
HRESULT
get_Host
(
LPWSTR* value
)

Meta