1 write to IncludeWindowsGroups
System.ServiceModel (1)
System\ServiceModel\Configuration\WindowsServiceElement.cs (1)
57windows.IncludeWindowsGroups = this.IncludeWindowsGroups;
8 references to IncludeWindowsGroups
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelListener.cs (3)
428serviceCredentials.UserNameAuthentication.IncludeWindowsGroups != serviceCredentials.WindowsAuthentication.IncludeWindowsGroups) 434serviceCredentials.WindowsAuthentication.IncludeWindowsGroups))); 437this.extractGroupsForWindowsAccounts = serviceCredentials.WindowsAuthentication.IncludeWindowsGroups;
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (5)
143authenticator.ExtractGroupsForWindowsAccounts = parent.WindowsAuthentication.IncludeWindowsGroups; 350new KerberosSecurityTokenAuthenticator(parent.WindowsAuthentication.IncludeWindowsGroups)); 429parent.WindowsAuthentication.IncludeWindowsGroups != parent.UserNameAuthentication.IncludeWindowsGroups) 435parent.WindowsAuthentication.IncludeWindowsGroups))); 438result = new SspiSecurityTokenProvider(null, parent.WindowsAuthentication.IncludeWindowsGroups, parent.WindowsAuthentication.AllowAnonymousLogons);