1 write to allowNtlm
System.ServiceModel (1)
System\ServiceModel\Security\SpnegoTokenProvider.cs (1)
101this.allowNtlm = value;
5 references to allowNtlm
System.ServiceModel (5)
System\ServiceModel\Security\SpnegoTokenProvider.cs (5)
96return this.allowNtlm; 147if (!this.allowNtlm && !osIsGreaterThanXP) 163if (!this.allowNtlm && osIsGreaterThanXP) 251if (!this.allowNtlm && !SecurityUtils.IsOsGreaterThanXP()) 261this.AllowedImpersonationLevel, spn, true, this.InteractiveNegoExLogonEnabled, this.allowNtlm);