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)
464
this.windowsTokenAuthenticator = new
WindowsSecurityTokenAuthenticator
(this.extractGroupsForWindowsAccounts);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
248
WindowsSecurityTokenAuthenticator authenticator = new
WindowsSecurityTokenAuthenticator
(extractGroupsForWindowsAccounts);