4 references to WindowsSecurityTokenAuthenticator
System.IdentityModel (2)
System\IdentityModel\Selectors\KerberosSecurityTokenAuthenticator.cs (1)
16: base(includeWindowsGroups)
System\IdentityModel\Selectors\WindowsSecurityTokenAuthenticator.cs (1)
18: this(WindowsClaimSet.DefaultIncludeWindowsGroups)
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
464this.windowsTokenAuthenticator = new WindowsSecurityTokenAuthenticator(this.extractGroupsForWindowsAccounts);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
248WindowsSecurityTokenAuthenticator authenticator = new WindowsSecurityTokenAuthenticator(extractGroupsForWindowsAccounts);