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