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