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