3 references to ServiceAuthenticationManagerType
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (3)
20
[ConfigurationProperty(ConfigurationStrings.
ServiceAuthenticationManagerType
, DefaultValue = "")]
24
get { return (string)base[ConfigurationStrings.
ServiceAuthenticationManagerType
]; }
31
base[ConfigurationStrings.
ServiceAuthenticationManagerType
] = value;