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