1 write to windowsTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
464this.windowsTokenAuthenticator = new WindowsSecurityTokenAuthenticator(this.extractGroupsForWindowsAccounts);
1 reference to windowsTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
654ReadOnlyCollection<IAuthorizationPolicy> authorizationPolicies = this.windowsTokenAuthenticator.ValidateToken(securityToken);