3 writes to extractGroupsForWindowsAccounts
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (3)
423
this.
extractGroupsForWindowsAccounts
= serviceCredentials.UserNameAuthentication.IncludeWindowsGroups;
437
this.
extractGroupsForWindowsAccounts
= serviceCredentials.WindowsAuthentication.IncludeWindowsGroups;
460
this.
extractGroupsForWindowsAccounts
= TransportDefaults.ExtractGroupsForWindowsAccounts;
5 references to extractGroupsForWindowsAccounts
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelListener.cs (5)
210
return this.
extractGroupsForWindowsAccounts
;
449
this.userNameTokenAuthenticator = new WindowsUserNameCachingSecurityTokenAuthenticator(this.
extractGroupsForWindowsAccounts
,
454
this.userNameTokenAuthenticator = new WindowsUserNameSecurityTokenAuthenticator(this.
extractGroupsForWindowsAccounts
);
461
this.userNameTokenAuthenticator = new WindowsUserNameSecurityTokenAuthenticator(this.
extractGroupsForWindowsAccounts
);
464
this.windowsTokenAuthenticator = new WindowsSecurityTokenAuthenticator(this.
extractGroupsForWindowsAccounts
);