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