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