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