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