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