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