2 references to SspiSecurityTokenProvider
System.ServiceModel (2)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
423result = new SspiSecurityTokenProvider(null, parent.UserNameAuthentication.IncludeWindowsGroups, false); 438result = new SspiSecurityTokenProvider(null, parent.WindowsAuthentication.IncludeWindowsGroups, parent.WindowsAuthentication.AllowAnonymousLogons);