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