Gets or sets the UserNamePasswordValidator that is used to validate the username and password sent over HTTP or HTTPS.Namespace: System.Web.Http.SelfHost Assembly: System.Web.Http.SelfHost (in System.Web.Http.S
Gets or sets the X509CertificateValidatorinstance that will be used to validate the client certificate sent over HTTPS.Namespace: System.Web.Http.SelfHost Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)SyntaxC# 複製 public X509CertificateValidator X509CertificateValidator { get...
Motivation: Some proxy server sends target host name and port number in host header field instead of using :authority pseudo-header field. According to the HTTP/3 spec, this is a valid way to send the target endpoint, but current header validator checks only :authority header. It causes fals...
Gets or sets theX509CertificateValidatorinstance that will be used to validate the client certificate sent over HTTPS. Namespace:System.Web.Http.SelfHost Assembly:System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll) Syntax C#複製