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