5 references to WindowsUserNameSecurityTokenAuthenticator
System.IdentityModel (1)
System\IdentityModel\Selectors\WindowsUserNameSecurityTokenAuthenticator.cs (1)
21: this(WindowsClaimSet.DefaultIncludeWindowsGroups)
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
454this.userNameTokenAuthenticator = new WindowsUserNameSecurityTokenAuthenticator(this.extractGroupsForWindowsAccounts); 461this.userNameTokenAuthenticator = new WindowsUserNameSecurityTokenAuthenticator(this.extractGroupsForWindowsAccounts);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
363result = new WindowsUserNameSecurityTokenAuthenticator(parent.UserNameAuthentication.IncludeWindowsGroups);
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
142: base(includeWindowsGroups)