3 references to AllowNtlm
System.ServiceModel (3)
System\ServiceModel\Configuration\WindowsClientElement.cs (3)
22
[ConfigurationProperty(ConfigurationStrings.
AllowNtlm
, DefaultValue = SspiSecurityTokenProvider.DefaultAllowNtlm)]
25
get { return (bool)base[ConfigurationStrings.
AllowNtlm
]; }
26
set { base[ConfigurationStrings.
AllowNtlm
] = value; }