CoreWebView2ClientCertificateRequestedEventArgs.Host Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Host name of the server that requested client certificate authentication.
public string Host { get; }
member this.Host : string
Public ReadOnly Property Host As String
Property Value
Remarks
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.