1 write to IncludeWindowsGroups
System.ServiceModel (1)
System\ServiceModel\Configuration\UserNameServiceElement.cs (1)
118userName.IncludeWindowsGroups = this.IncludeWindowsGroups;
8 references to IncludeWindowsGroups
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelListener.cs (3)
423this.extractGroupsForWindowsAccounts = serviceCredentials.UserNameAuthentication.IncludeWindowsGroups; 428serviceCredentials.UserNameAuthentication.IncludeWindowsGroups != serviceCredentials.WindowsAuthentication.IncludeWindowsGroups) 433serviceCredentials.UserNameAuthentication.IncludeWindowsGroups,
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (5)
358result = new WindowsUserNameCachingSecurityTokenAuthenticator(parent.UserNameAuthentication.IncludeWindowsGroups, 363result = new WindowsUserNameSecurityTokenAuthenticator(parent.UserNameAuthentication.IncludeWindowsGroups); 423result = new SspiSecurityTokenProvider(null, parent.UserNameAuthentication.IncludeWindowsGroups, false); 429parent.WindowsAuthentication.IncludeWindowsGroups != parent.UserNameAuthentication.IncludeWindowsGroups) 434parent.UserNameAuthentication.IncludeWindowsGroups,