3 references to AuthTypeCertMap
System.ServiceModel (3)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
195identity = SecurityUtils.CloneWindowsIdentityIfNecessary(identity, SecurityUtils.AuthTypeCertMap); 196authType = SecurityUtils.AuthTypeCertMap;
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
688mappedIdentity = new WindowsIdentity(token.DangerousGetHandle(), SecurityUtils.AuthTypeCertMap);