6 references to IHttpAuthenticationContext
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelListener.cs (4)
328protected string GetAuthType(IHttpAuthenticationContext authenticationContext) 490bool ShouldProcessAuthentication(IHttpAuthenticationContext authenticationContext) 504public virtual SecurityMessageProperty ProcessAuthentication(IHttpAuthenticationContext authenticationContext) 681public virtual HttpStatusCode ValidateAuthentication(IHttpAuthenticationContext authenticationContext)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
161public override SecurityMessageProperty ProcessAuthentication(IHttpAuthenticationContext authenticationContext) 303public override HttpStatusCode ValidateAuthentication(IHttpAuthenticationContext authenticationContext)