1 override of ProcessAuthentication
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
161public override SecurityMessageProperty ProcessAuthentication(IHttpAuthenticationContext authenticationContext)
2 references to ProcessAuthentication
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
208return base.ProcessAuthentication(authenticationContext); 236return base.ProcessAuthentication(authenticationContext);