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