5 references to AuthTypeCertMap
System.IdentityModel (5)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (5)
86
windowsClaimSet = new WindowsClaimSet( ( (X509WindowsSecurityToken)token ).WindowsIdentity, SecurityUtils.
AuthTypeCertMap
, this.includeWindowsGroups, this.cloneHandle );
109
using (WindowsIdentity initialWindowsIdentity = new WindowsIdentity(name, SecurityUtils.
AuthTypeCertMap
))
112
windowsIdentity = new WindowsIdentity(initialWindowsIdentity.Token, SecurityUtils.
AuthTypeCertMap
);
116
windowsClaimSet = new WindowsClaimSet(windowsIdentity, SecurityUtils.
AuthTypeCertMap
, this.includeWindowsGroups, false);
277
return new WindowsIdentity(tokenHandle.DangerousGetHandle(), SecurityUtils.
AuthTypeCertMap
);