CoreWebView2ClientCertificateRequestedEventArgs.Host Property

Definition

Returns 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.

Applies to