1 write to extractGroupsForWindowsAccounts
System.ServiceModel (1)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (1)
47
this.
extractGroupsForWindowsAccounts
= value;
2 references to extractGroupsForWindowsAccounts
System.ServiceModel (2)
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (2)
42
return this.
extractGroupsForWindowsAccounts
;
140
WindowsClaimSet wic = new WindowsClaimSet( windowsIdentity, windowsNegotiation.ProtocolName, this.
extractGroupsForWindowsAccounts
, false );