3 references to MutualAuthentication
System (3)
net\System\Net\HttpListenerResponse.cs (3)
700if (HttpListenerContext.MutualAuthentication != null && HttpListenerContext.MutualAuthentication.Length > 0) 702Headers.SetInternal(HttpResponseHeader.WwwAuthenticate, HttpListenerContext.MutualAuthentication);