3 references to AuthenticationSchemes
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceAuthenticationElement.cs (3)
35[ConfigurationProperty(ConfigurationStrings.AuthenticationSchemes, DefaultValue = AuthenticationSchemes.None)] 39get { return (AuthenticationSchemes)base[ConfigurationStrings.AuthenticationSchemes]; } 42base[ConfigurationStrings.AuthenticationSchemes] = value;