8 private ConfigurationPropertyCollection properties =
new ConfigurationPropertyCollection();
10 private readonly ConfigurationProperty type =
new ConfigurationProperty(
"type", typeof(
string),
null, ConfigurationPropertyOptions.IsKey);
12 protected internal override ConfigurationPropertyCollection Properties
22 [ConfigurationProperty(
"type", IsRequired =
true, IsKey =
true)]
27 return (
string)base[type];
35 internal string Key =>
Type;
48 if (typeName != (
string)type.DefaultValue)
Represents the type information for an authentication module. This class cannot be inherited.
Represents type declarations: class types, interface types, array types, value types,...
AuthenticationModuleElement()
Initializes a new instance of the T:System.Net.Configuration.AuthenticationModuleElement class.
string Type
Gets or sets the type and assembly information for the current instance.
AuthenticationModuleElement(string typeName)
Initializes a new instance of the T:System.Net.Configuration.AuthenticationModuleElement class with t...