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)
454
this.userNameTokenAuthenticator = new
WindowsUserNameSecurityTokenAuthenticator
(this.extractGroupsForWindowsAccounts);
461
this.userNameTokenAuthenticator = new
WindowsUserNameSecurityTokenAuthenticator
(this.extractGroupsForWindowsAccounts);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
363
result = new
WindowsUserNameSecurityTokenAuthenticator
(parent.UserNameAuthentication.IncludeWindowsGroups);
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
142
:
base
(includeWindowsGroups)