1 override of ValidateAuthentication
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
349public override HttpStatusCode ValidateAuthentication(HttpListenerContext listenerContext)
2 references to ValidateAuthentication
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
858return Listener.ValidateAuthentication(listenerContext);
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
351HttpStatusCode result = base.ValidateAuthentication(listenerContext);