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