1 type derived from WindowsSecurityTokenAuthenticator
System.IdentityModel (1)
System\IdentityModel\Selectors\KerberosSecurityTokenAuthenticator.cs (1)
9public class KerberosSecurityTokenAuthenticator : WindowsSecurityTokenAuthenticator
2 instantiations of WindowsSecurityTokenAuthenticator
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);
1 reference to WindowsSecurityTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
248WindowsSecurityTokenAuthenticator authenticator = new WindowsSecurityTokenAuthenticator(extractGroupsForWindowsAccounts);