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