3 references to GetAuthType
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
511retValue = this.ProcessAuthentication(authenticationContext.LogonUserIdentity, GetAuthType(authenticationContext)); 687string authType = GetAuthType(authenticationContext);
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
182string authType = base.GetAuthType(authenticationContext);