3 references to IsOsGreaterThanXP
System.ServiceModel (3)
System\ServiceModel\Security\SecurityUtils.cs (1)
2117if (SecurityUtils.IsOsGreaterThanXP())
System\ServiceModel\Security\SpnegoTokenProvider.cs (2)
141bool osIsGreaterThanXP = SecurityUtils.IsOsGreaterThanXP(); 251if (!this.allowNtlm && !SecurityUtils.IsOsGreaterThanXP())