3 references to AuthenticationMode
System.ServiceModel (3)
System\ServiceModel\Configuration\SecurityElementBase.cs (3)
58[ConfigurationProperty(ConfigurationStrings.AuthenticationMode, DefaultValue = defaultAuthenticationMode)] 62get { return (AuthenticationMode)base[ConfigurationStrings.AuthenticationMode]; } 63set { base[ConfigurationStrings.AuthenticationMode] = value; }