System.Configuration.ConfigurationManager
Specifies that an application settings property has a common value for all users of an application. This class cannot be inherited.
Initializes a new instance of the class.
Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.
Occurs after the value of an application settings property is changed.
Occurs before the value of an application settings property is changed.
Occurs after the application settings are retrieved from storage.
Occurs before values are saved to the data store.
Initializes an instance of the class to its default state.
Initializes an instance of the class using the supplied owner component.
The component that will act as the owner of the application settings object.
is .
Initializes an instance of the class using the supplied owner component and settings key.
The component that will act as the owner of the application settings object.
A that uniquely identifies separate instances of the wrapper class.
is .
Initializes an instance of the class using the supplied settings key.
A that uniquely identifies separate instances of the wrapper class.
Returns the value of the named settings property for the previous version of the same application.
A containing the name of the settings property whose value is to be returned.
The property does not exist. The property count is zero or the property cannot be found in the data store.
An containing the value of the specified if found; otherwise, .
Raises the event.
The source of the event.
A that contains the event data.
Raises the event.
The source of the event.
A that contains the event data.
Raises the event.
The source of the event.
A that contains the event data.
Raises the event.
The source of the event.
A that contains the event data.
Refreshes the application settings property values from persistent storage.
Restores the persisted application settings values to their corresponding default properties.
The configuration file could not be parsed.
Stores the current values of the application settings properties.
Updates application settings to reflect a more recent installation of the application.
The configuration file could not be parsed.
Gets the application settings context associated with the settings group.
A associated with the settings group.
Gets or sets the value of the specified application settings property.
A containing the name of the property to access.
There are no properties associated with the current wrapper or the specified property could not be found.
An attempt was made to set a read-only property.
The value supplied is of a type incompatible with the settings property, during a set operation.
The configuration file could not be parsed.
If found, the value of the named settings property; otherwise, .
Gets the collection of settings properties in the wrapper.
The associated settings provider could not be found or its instantiation failed.
A containing all the objects used in the current wrapper.
Gets a collection of property values.
A of property values.
Gets the collection of application settings providers used by the wrapper.
A containing all the objects used by the settings properties of the current settings wrapper.
Gets or sets the settings key for the application settings group.
A containing the settings key for the current settings group.
Represents a grouping of related application settings sections within a configuration file. This class cannot be inherited.
Initializes a new instance of the class.
Provides a method for reading values of a particular type from the configuration.
Initializes a new instance of the class.
Gets the value for a specified key from the property and returns an object of the specified type containing the value from the configuration.
The key for which to get the value.
The type of the object to return.
is .
-or-
is .
does not exist in the configuration section.
-or-
The value in the configuration section for is not of type .
The value of the specified key.
Provides configuration system support for the configuration section. This class cannot be inherited.
Initializes a new instance of the class.
Gets or sets a configuration file that provides additional settings or overrides the settings specified in the element.
A configuration file that provides additional settings or overrides the settings specified in the element.
Gets a collection of key/value pairs that contains application settings.
A collection of key/value pairs that contains the application settings from the configuration file.
Provides dynamic validation of an object.
Initializes a new instance of the class.
The type of object that will be validated.
The used as the delegate.
is .
Determines whether the type of the object can be validated.
The type of object.
if the parameter matches the type used as the first parameter when creating an instance of ; otherwise, .
Determines whether the value of an object is valid.
The value of an object.
Specifies a object to use for code validation. This class cannot be inherited.
Initializes a new instance of the class.
Gets or sets the name of the callback method.
The name of the method to call.
Gets or sets the type of the validator.
The of the current validator attribute instance.
Gets the validator instance.
The value of the property is .
The property is not set to a public static void method with one object parameter.
The current instance.
Represents a group of user-scoped application settings in a configuration file.
Initializes a new instance of the class.
Gets the collection of client settings for the section.
A containing all the client settings found in the current configuration section.
Represents a collection of string elements separated by commas. This class cannot be inherited.
Creates a new instance of the class.
Adds a string to the comma-delimited collection.
A string value.
Adds all the strings in a string array to the collection.
An array of strings to add to the collection.
Clears the collection.
Creates a copy of the collection.
A copy of the .
Adds a string element to the collection at the specified index.
The index in the collection at which the new element will be added.
The value of the new element to add to the collection.
Removes a string element from the collection.
The string to remove.
Sets the collection object to read-only.
Returns a string representation of the object.
A string representation of the object.
Gets a value that specifies whether the collection has been modified.
if the has been modified; otherwise, .
Gets a value indicating whether the collection object is read-only.
if the specified string element in the is read-only; otherwise, .
Gets or sets a string element in the collection based on the index.
The index of the string element in the collection.
A string element in the collection.
Converts a comma-delimited string value to and from a object. This class cannot be inherited.
Initializes a new instance of the class.
Converts a object to a object.
The used for type conversions.
The used during conversion.
The comma-separated to convert.
A containing the converted value.
Converts a object to a object.
The used for type conversions.
The used during conversion.
The value to convert.
The conversion type.
The representing the converted parameter, which is a .
Represents a configuration file that is applicable to a particular computer, application, or resource. This class cannot be inherited.
Returns the specified object.
The path to the section to be returned.
The specified object, or if the requested section does not exist.
Gets the specified object.
The path name of the to return.
The specified, or if the requested section group does not exist.
Writes the configuration settings contained within this object to the current XML configuration file.
The configuration file could not be written to.
-or-
The configuration file has changed.
Writes the configuration settings contained within this object to the current XML configuration file.
A value that determines which property values to save.
The configuration file could not be written to.
-or-
The configuration file has changed.
Writes the configuration settings contained within this object to the current XML configuration file.
A value that determines which property values to save.
to save even if the configuration was not modified; otherwise, .
The configuration file could not be written to.
-or-
The configuration file has changed.
Writes the configuration settings contained within this object to the specified XML configuration file.
The path and file name to save the configuration file to.
The configuration file could not be written to.
-or-
The configuration file has changed.
Writes the configuration settings contained within this object to the specified XML configuration file.
The path and file name to save the configuration file to.
A value that determines which property values to save.
The configuration file could not be written to.
-or-
The configuration file has changed.
Writes the configuration settings contained within this object to the specified XML configuration file.
The path and file name to save the configuration file to.
A value that determines which property values to save.
to save even if the configuration was not modified; otherwise, .
is null or an empty string ("").
Gets the object configuration section that applies to this object.
An object representing the configuration section that applies to this object.
Specifies a function delegate that is used to transform assembly strings in configuration files.
A delegate that transforms type strings. The default value is .
Gets a configuration-section object that applies to this object.
A configuration-section object representing the configuration section that applies to this object.
Gets the object for the object.
The object for the object.
Gets the physical path to the configuration file represented by this object.
The physical path to the configuration file represented by this object.
Gets a value that indicates whether a file exists for the resource represented by this object.
if there is a configuration file; otherwise, .
Gets the locations defined within this object.
A containing the locations defined within this object.
Gets or sets a value indicating whether the configuration file has an XML namespace.
if the configuration file has an XML namespace; otherwise, .
Gets the root for this object.
The root section group for this object.
Gets a collection of the section groups defined by this configuration.
A collection representing the collection of section groups for this object.
Gets a collection of the sections defined by this object.
A collection of the sections defined by this object.
Specifies the targeted version of the .NET Framework when a version earlier than the current one is targeted.
The name of the targeted version of the .NET Framework. The default value is , which indicates that the current version is targeted.
Specifies a function delegate that is used to transform type strings in configuration files.
A delegate that transforms type strings. The default value is .
Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a object.
The can be defined anywhere.
The can be defined only in the Machine.config file.
The can be defined in either the Machine.config file, the machine-level Web.config file found in the same directory as Machine.config, or the top-level application Web.config file found in the virtual-directory root, but not in subdirectories of a virtual root.
The can be defined in either the Machine.config file or the machine-level Web.config file found in the same directory as Machine.config, but not in application Web.config files.
Specifies the locations within the configuration-file hierarchy that can set or override the properties contained within a object.
The can be defined only in the Machine.config file.
The can be defined either in the Machine.config file or in the Exe.config file in the client application directory. This is the default value.
The can be defined in the Machine.config file, in the Exe.config file in the client application directory, in the User.config file in the roaming user directory, or in the User.config file in the local user directory.
The can be defined in the Machine.config file, in the Exe.config file in the client application directory, or in the User.config file in the roaming user directory.
Declaratively instructs the .NET Framework to create an instance of a configuration element collection. This class cannot be inherited.
Initializes a new instance of the class.
The type of the property collection to create.
is .
Gets or sets the name of the configuration element.
The name that substitutes the standard name "add" for the configuration item.
Gets or sets the name for the configuration element.
The name that replaces the standard name "clear" for the configuration item.
Gets or sets the type of the attribute.
The type of the .
Gets the type of the collection element.
The type of the collection element.
Gets or sets the name for the configuration element.
The name that replaces the standard name "remove" for the configuration element.
The base class for the configuration converter types.
Initializes a new instance of the class.
Determines whether the conversion is allowed.
The object used for type conversions.
The to convert from.
if the conversion is allowed; otherwise, .
Determines whether the conversion is allowed.
The object used for type conversion.
The type to convert to.
if the conversion is allowed; otherwise, .
Represents a configuration element within a configuration file.
Initializes a new instance of the class.
Reads XML from the configuration file.
The that reads from the configuration file.
to serialize only the collection key properties; otherwise, .
The element to read is locked.
-or-
An attribute of the current node is not recognized.
-or-
The lock status of the current node cannot be determined.
Compares the current instance to the specified object.
The object to compare with.
if the object to compare with is equal to the current instance; otherwise, . The default is .
Gets a unique value representing the current instance.
A unique value representing the current instance.
Returns the transformed version of the specified assembly name.
The name of the assembly.
The transformed version of the assembly name. If no transformer is available, the parameter value is returned unchanged. The property is if no transformer is available.
Returns the transformed version of the specified type name.
The name of the type.
The transformed version of the specified type name. If no transformer is available, the parameter value is returned unchanged. The property is if no transformer is available.
Sets the object to its initial state.
Used to initialize a default set of values for the object.
Indicates whether this configuration element has been modified since it was last saved or loaded, when implemented in a derived class.
if the element has been modified; otherwise, .
Gets a value indicating whether the object is read-only.
if the object is read-only; otherwise, .
Adds the invalid-property errors in this object, and in all subelements, to the passed list.
An object that implements the interface.
Gets a value indicating whether an unknown attribute is encountered during deserialization.
The name of the unrecognized attribute.
The value of the unrecognized attribute.
when an unknown attribute is encountered while deserializing; otherwise, .
Gets a value indicating whether an unknown element is encountered during deserialization.
The name of the unknown subelement.
The being used for deserialization.
The element identified by is locked.
-or-
One or more of the element's attributes is locked.
-or-
is unrecognized, or the element has an unrecognized attribute.
-or-
The element has a Boolean attribute with an invalid value.
-or-
An attempt was made to deserialize a property more than once.
-or-
An attempt was made to deserialize a property that is not a valid member of the element.
-or-
The element cannot contain a CDATA or text element.
when an unknown element is encountered while deserializing; otherwise, .
Throws an exception when a required property is not found.
The name of the required attribute that was not found.
In all cases.
None.
Called after deserialization.
Called before serialization.
The that will be used to serialize the .
Resets the internal state of the object, including the locks and the properties collections.
The parent node of the configuration element.
Resets the value of the method to when implemented in a derived class.
Writes the contents of this configuration element to the configuration file when implemented in a derived class.
The that writes to the configuration file.
to serialize only the collection key properties; otherwise, .
The current attribute is locked at a higher configuration level.
if any data was actually serialized; otherwise, .
Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.
The that writes to the configuration file.
The name of the to be written.
The element has multiple child elements.
if writing was successful; otherwise, .
Sets a property to the specified value.
The element property to set.
The value to assign to the property.
if the locks on the property should be ignored; otherwise, .
Occurs if the element is read-only or is but the locks cannot be ignored.
Sets the property for the object and all subelements.
Modifies the object to remove all values that should not be saved.
A at the current level containing a merged view of the properties.
The parent , or if this is the top level.
One of the enumeration values that determines which property values to include.
Gets a reference to the top-level instance that represents the configuration hierarchy that the current instance belongs to.
The top-level instance that the current instance belongs to.
Gets an object that contains the non-customizable information and functionality of the object.
An that contains the non-customizable information and functionality of the .
Gets the object that represents the object itself.
The that represents the itself.
Gets the object for the object.
The current element is not associated with a context.
The for the .
Gets a value that indicates whether the property is .
false if the property is ; otherwise, .
Gets or sets a property or attribute of this configuration element.
The property to access.
is or does not exist within the element.
is read only or locked.
The specified property, attribute, or child element.
Gets or sets a property, attribute, or child element of this configuration element.
The name of the to access.
is read-only or locked.
The specified property, attribute, or child element
Gets the collection of locked attributes.
The of locked attributes (properties) for the element.
Gets the collection of locked elements.
The of locked elements.
Gets the collection of locked attributes.
The of locked attributes (properties) for the element.
Gets the collection of locked elements.
The of locked elements.
Gets or sets a value indicating whether the element is locked.
The element has already been locked at a higher configuration level.
if the element is locked; otherwise, . The default is .
Gets the collection of properties.
The of properties for the element.
Represents a configuration element containing a collection of child elements.
Initializes a new instance of the class.
Creates a new instance of the class.
The comparer to use.
is .
Adds a configuration element to the .
The to add.
Adds a configuration element to the configuration element collection.
The to add.
to throw an exception if the specified is already contained in the ; otherwise, .
The to add already exists in the and the parameter is .
Adds a configuration element to the configuration element collection.
The index location at which to add the specified .
The to add.
Removes all configuration element objects from the collection.
The configuration is read-only.
-or-
A collection item has been locked in a higher-level configuration.
Gets the configuration element at the specified index location.
The index location of the to return.
is less than .
-or-
There is no at the specified .
The at the specified index.
Returns the configuration element with the specified key.
The key of the element to return.
The with the specified key; otherwise, .
Returns an array of the keys for all of the configuration elements contained in the .
An array that contains the keys for all of the objects contained in the .
Gets the key for the at the specified index location.
The index location for the .
is less than .
-or-
There is no at the specified .
The key for the specified .
Indicates the index of the specified .
The for the specified index location.
The index of the specified ; otherwise, -1.
Indicates whether the with the specified key has been removed from the .
The key of the element to check.
if the with the specified key has been removed; otherwise, . The default is .
Removes a from the collection.
The key of the to remove.
No with the specified key exists in the collection, the element has already been removed, or the element cannot be removed because the value of its is not .
Removes the at the specified index location.
The index location of the to remove.
The configuration is read-only.
-or-
is less than or greater than the number of objects in the collection.
-or-
The object has already been removed.
-or-
The value of the object has been locked at a higher level.
-or-
The object was inherited.
-or-
The value of the object's is not or .
Copies the contents of the to an array.
Array to which to copy the contents of the .
Index location at which to begin copying.
When overridden in a derived class, creates a new .
A newly created .
Creates a new when overridden in a derived class.
The name of the to create.
A new with a specified name.
Compares the to the specified object.
The object to compare.
if the object to compare with is equal to the current instance; otherwise, . The default is .
Gets the element key for a specified configuration element when overridden in a derived class.
The to return the key for.
An that acts as the key for the specified .
Gets an which is used to iterate through the .
An which is used to iterate through the .
Gets a unique value representing the instance.
A unique value representing the current instance.
Indicates whether the specified exists in the .
The name of the element to verify.
if the element exists in the collection; otherwise, . The default is .
Indicates whether the specified can be removed from the .
The element to check.
if the specified can be removed from this ; otherwise, . The default is .
Indicates whether this has been modified since it was last saved or loaded when overridden in a derived class.
if any contained element has been modified; otherwise,
Indicates whether the object is read only.
if the object is read only; otherwise, .
Causes the configuration system to throw an exception.
The name of the unrecognized element.
An input stream that reads XML from the configuration file.
The element specified in is the element.
starts with the reserved prefix "config" or "lock".
if the unrecognized element was deserialized successfully; otherwise, . The default is .
Resets the to its unmodified state when overridden in a derived class.
The representing the collection parent element, if any; otherwise, .
Resets the value of the property to when overridden in a derived class.
Writes the configuration data to an XML element in the configuration file when overridden in a derived class.
Output stream that writes XML to the configuration file.
to serialize the collection key; otherwise, .
One of the elements in the collection was added or replaced and starts with the reserved prefix "config" or "lock".
if the was written to the configuration file successfully.
Sets the property for the object and for all sub-elements.
Copies the to an array.
Array to which to copy this .
Index location at which to begin copying.
Reverses the effect of merging configuration information from different levels of the configuration hierarchy.
A object at the current level containing a merged view of the properties.
The parent object of the current element, or if this is the top level.
One of the enumeration value that determines which property values to include.
Gets or sets the name of the to associate with the add operation in the when overridden in a derived class.
The selected value starts with the reserved prefix "config" or "lock".
The name of the element.
Gets or sets the name for the to associate with the clear operation in the when overridden in a derived class.
The selected value starts with the reserved prefix "config" or "lock".
The name of the element.
Gets the type of the .
The of this collection.
Gets the number of elements in the collection.
The number of elements in the collection.
Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.
The name of the collection; otherwise, an empty string. The default is an empty string.
Gets or sets a value that specifies whether the collection has been cleared.
The configuration is read-only.
if the collection has been cleared; otherwise, . The default is .
Gets a value indicating whether access to the collection is synchronized.
if access to the is synchronized; otherwise, .
Gets or sets the name of the to associate with the remove operation in the when overridden in a derived class.
The selected value starts with the reserved prefix "config" or "lock".
The name of the element.
Gets an object used to synchronize access to the .
An object used to synchronize access to the .
Gets a value indicating whether an attempt to add a duplicate to the will cause an exception to be thrown.
if an attempt to add a duplicate to this will cause an exception to be thrown; otherwise, .
Specifies the type of a object.
The default type of . Collections of this type contain elements that can be merged across a hierarchy of configuration files. At any particular level within such a hierarchy, , , and directives are used to modify any inherited properties and specify new ones.
Same as , except that this type causes the object to sort its contents such that inherited elements are listed last.
Collections of this type contain elements that apply to the level at which they are specified, and to all child levels. A child level cannot modify the properties specified by a parent element of this type.
Same as , except that this type causes the object to sort its contents such that inherited elements are listed last.
Specifies the property of a configuration element. This class cannot be inherited.
Initializes a new instance of the class, based on a supplied parameter.
A object.
is .
Gets a object used to validate the object.
A object.
The exception that is thrown when a configuration error has occurred.
Initializes a new instance of the class.
Initializes a new instance of the class.
The object that holds the information to deserialize.
Contextual information about the source or destination.
The current type is not a or a .
Initializes a new instance of the class.
A message that describes why this exception was thrown.
Initializes a new instance of the class.
A message that describes why this exception was thrown.
The exception that caused this exception to be thrown.
Initializes a new instance of a class.
A message that describes why this exception was thrown.
The inner exception that caused this exception to be thrown.
The path to the configuration file that caused this exception to be thrown.
The line number within the configuration file at which this exception was thrown.
Initializes a new instance of the class.
A message that describes why this exception was thrown.
The inner exception that caused this exception to be thrown.
The object that caused this exception to be thrown.
Initializes a new instance of the class.
A message that describes why this exception was thrown.
The inner exception that caused this exception to be thrown.
The object that caused this exception to be thrown.
Initializes a new instance of the class.
A message that describes why this exception was thrown.
The path to the configuration file that caused this exception to be thrown.
The line number within the configuration file at which this exception was thrown.
Initializes a new instance of the class.
A message that describes why this exception was thrown.
The object that caused this exception to be thrown.
Initializes a new instance of the class.
A message that describes why this exception was thrown.
The object that caused this exception to be thrown.
Gets the path to the configuration file from which the internal object was loaded when this configuration exception was thrown.
The object that caused this exception to be thrown.
The path to the configuration file from which the internal object was loaded when this configuration exception was thrown.
Gets the path to the configuration file that the internal was reading when this configuration exception was thrown.
The object that caused this exception to be thrown.
The path of the configuration file the internal object was accessing when the exception occurred.
Gets the line number within the configuration file that the internal object represented when this configuration exception was thrown.
The object that caused this exception to be thrown.
The line number within the configuration file that contains the object being parsed when this configuration exception was thrown.
Gets the line number within the configuration file that the internal object was processing when this configuration exception was thrown.
The object that caused this exception to be thrown.
The line number within the configuration file that the object was accessing when the exception occurred.
Sets the object with the file name and line number at which this configuration exception occurred.
The object that holds the information to be serialized.
The contextual information about the source or destination.
Gets a description of why this configuration exception was thrown.
A description of why this was thrown.
Gets a collection of errors that detail the reasons this exception was thrown.
An object that contains errors that identify the reasons this exception was thrown.
Gets the path to the configuration file that caused this configuration exception to be thrown.
The path to the configuration file that caused this to be thrown.
Gets the line number within the configuration file at which this configuration exception was thrown.
The line number within the configuration file at which this exception was thrown.
Gets an extended description of why this configuration exception was thrown.
An extended description of why this exception was thrown.
The exception that is thrown when a configuration system error has occurred.
Initializes a new instance of the class.
Initializes a new instance of the class.
The object that holds the information to deserialize.
Contextual information about the source or destination.
Initializes a new instance of the class.
A message describing why this exception was thrown.
Initializes a new instance of the class.
A message describing why this exception was thrown.
The inner exception that caused this to be thrown, if any.
Initializes a new instance of the class.
A message describing why this exception was thrown.
The inner exception that caused this to be thrown, if any.
The path to the configuration file that caused this to be thrown.
The line number within the configuration file at which this was thrown.
Initializes a new instance of the class.
A message describing why this exception was thrown.
The inner exception that caused this to be thrown, if any.
The that caused this to be thrown.
Initializes a new instance of the class.
A message describing why this exception was thrown.
The path to the configuration file that caused this to be thrown.
The line number within the configuration file at which this was thrown.
Initializes a new instance of the class.
A message describing why this exception was thrown.
The that caused this to be thrown.
Sets the object with the file name and line number at which this configuration exception occurred.
The object that holds the information to be serialized.
The contextual information about the source or destination.
Gets the path to the configuration file from which the internal object was loaded when this configuration exception was thrown.
The that caused this exception to be thrown.
A representing the node file name.
Gets the line number within the configuration file that the internal object represented when this configuration exception was thrown.
The that caused this exception to be thrown.
An representing the node line number.
Gets a description of why this configuration exception was thrown.
A description of why this exception was thrown.
Gets the path to the configuration file that caused this configuration exception to be thrown.
The path to the configuration file that caused this exception to be thrown.
Gets the line number within the configuration file at which this configuration exception was thrown.
The line number within the configuration file at which this exception was thrown.
Gets an extended description of why this configuration exception was thrown.
An extended description of why this exception was thrown.
Defines the configuration file mapping for the machine configuration file.
Initializes a new instance of the class.
Initializes a new instance of the class based on the supplied parameter.
The name of the machine configuration file.
Creates a copy of the existing object.
A object.
Gets or sets the name of the machine configuration file name.
The machine configuration file name.
Represents a element within a configuration file.
Creates an instance of a Configuration object.
A Configuration object.
Gets the relative path to the resource whose configuration settings are represented by this object.
The relative path to the resource whose configuration settings are represented by this .
Contains a collection of objects.
Gets the object at the specified index.
The index location of the to return.
The at the specified index.
Contains a collection of locked configuration objects. This class cannot be inherited.
Locks a configuration object by adding it to the collection.
The name of the configuration object.
Occurs when the does not match an existing configuration object within the collection.
Clears all configuration objects from the collection.
Verifies whether a specific configuration object is locked.
The name of the configuration object to verify.
if the contains the specified configuration object; otherwise, .
Copies the entire collection to a compatible one-dimensional , starting at the specified index of the target array.
A one-dimensional that is the destination of the elements copied from the . The must have zero-based indexing.
The zero-based index in at which copying begins.
Gets an object, which is used to iterate through this collection.
An object.
Verifies whether a specific configuration object is read-only.
The name of the configuration object to verify.
The specified configuration object is not in the collection.
if the specified configuration object in the collection is read-only; otherwise, .
Removes a configuration object from the collection.
The name of the configuration object.
Occurs when the does not match an existing configuration object within the collection.
Locks a set of configuration objects based on the supplied list.
A comma-delimited string.
Occurs when an item in the parameter is not a valid lockable configuration attribute.
Copies the entire collection to a compatible one-dimensional , starting at the specified index of the target array.
A one-dimensional that is the destination of the elements copied from the collection. The must have zero-based indexing.
The zero-based index in at which copying begins.
Gets a list of configuration objects contained in the collection.
A comma-delimited string that lists the lock configuration objects in the collection.
Gets the number of locked configuration objects contained in the collection.
The number of locked configuration objects contained in the collection.
Gets a value specifying whether the collection of locked objects has parent elements.
if the collection has parent elements; otherwise, .
Gets a value specifying whether the collection has been modified.
if the collection has been modified; otherwise, .
Gets a value specifying whether the collection is synchronized.
if the collection is synchronized; otherwise, .
Gets an object used to synchronize access to this collection.
An object used to synchronize access to this collection.
Provides access to configuration files for client applications. This class cannot be inherited.
Retrieves a specified configuration section for the current application's default configuration.
The configuration section path and name. Node names are separated by forward slashes, for example "system.net/mailSettings/smtp".
A configuration file could not be loaded.
The specified object, or if the section does not exist.
Opens the configuration file for the current application as a object.
One of the enumeration values that specifies the user level for which you are opening the configuration.
A configuration file could not be loaded.
The configuration file for the current application.
Opens the specified client configuration file as a object.
The path of the executable (exe) file.
A configuration file could not be loaded.
The specified configuration file.
Opens the machine configuration file on the current computer as a object.
A configuration file could not be loaded.
The machine configuration file.
Opens the specified client configuration file as a object that uses the specified file mapping and user level.
The configuration file to use instead of the application default configuration file.
One of the enumeration values that specifies the user level for which you are opening the configuration.
A configuration file could not be loaded.
The configuration object.
Opens the specified client configuration file as a object that uses the specified file mapping, user level, and preload option.
The configuration file to use instead of the default application configuration file.
One of the enumeration values that specifies the user level for which you are opening the configuration.
to preload all section groups and sections; otherwise, .
A configuration file could not be loaded.
The configuration object.
Opens the machine configuration file as a object that uses the specified file mapping.
The configuration file to use instead of the application default configuration file.
A configuration file could not be loaded.
The machine configuration file.
Refreshes the named section so the next time that it is retrieved it will be re-read from disk.
The configuration section name or the configuration path and section name of the section to refresh.
Gets the data for the current application's default configuration.
Could not retrieve a object with the application settings data.
The contents of the object for the current application's default configuration.
Gets the data for the current application's default configuration.
Could not retrieve a object.
The contents of the object for the current application's default configuration.
Represents an attribute or a child of a configuration element. This class cannot be inherited.
Initializes a new instance of the class.
The name of the configuration entity.
The type of the configuration entity.
Initializes a new instance of the class.
The name of the configuration entity.
The type of the configuration entity.
The default value of the configuration entity.
Initializes a new instance of the class.
The name of the configuration entity.
The type of the configuration entity.
The default value of the configuration entity.
The type of the converter to apply.
The validator to use.
One of the enumeration values.
Initializes a new instance of the class.
The name of the configuration entity.
The type of the configuration entity.
The default value of the configuration entity.
The type of the converter to apply.
The validator to use.
One of the enumeration values.
The description of the configuration entity.
Initializes a new instance of the class.
The name of the configuration entity.
The type of the configuration entity.
The default value of the configuration entity.
One of the enumeration values.
Gets the used to convert this into an XML representation for writing to the configuration file.
This cannot be converted.
A used to convert this into an XML representation for writing to the configuration file.
Gets the default value for this property.
An that can be cast to the type specified by the property.
Gets the description associated with the .
A value that describes the property.
Indicates whether the assembly name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.
if the property requires assembly name transformation; otherwise, .
Gets a value that indicates whether the property is the default collection of an element.
if the property is the default collection of an element; otherwise, .
Gets a value indicating whether this is the key for the containing object.
if this object is the key for the containing element; otherwise, . The default is .
Gets a value indicating whether this is required.
if the is required; otherwise, . The default is .
Indicates whether the type name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.
if the property requires type-name transformation; otherwise, .
Indicates whether the configuration property's parent configuration section is queried at serialization time to determine whether the configuration property should be serialized into XML.
if the parent configuration section should be queried; otherwise, .
Gets the name of this .
The name of the .
Gets the type of this object.
A representing the type of this object.
Gets the , which is used to validate this object.
The validator, which is used to validate this .
Declaratively instructs the .NET Framework to instantiate a configuration property. This class cannot be inherited.
Initializes a new instance of class.
Name of the object defined.
Gets or sets the default value for the decorated property.
The object representing the default value of the decorated configuration-element property.
Gets or sets a value indicating whether this is the default property collection for the decorated configuration property.
if the property represents the default collection of an element; otherwise, . The default is .
Gets or sets a value indicating whether this is a key property for the decorated element property.
if the property is a key property for an element of the collection; otherwise, . The default is .
Gets or sets a value indicating whether the decorated element property is required.
if the property is required; otherwise, . The default is .
Gets the name of the decorated configuration-element property.
The name of the decorated configuration-element property.
Gets or sets the for the decorated configuration-element property.
One of the enumeration values associated with the property.
Represents a collection of configuration-element properties.
Initializes a new instance of the class.
Adds a configuration property to the collection.
The to add.
Removes all configuration property objects from the collection.
Specifies whether the configuration property is contained in this collection.
An identifier for the to verify.
if the specified is contained in the collection; otherwise, .
Copies this ConfigurationPropertyCollection to an array.
Array to which to copy.
Index at which to begin copying.
Gets the object as it applies to the collection.
The object as it applies to the collection
Removes a configuration property from the collection.
The to remove.
if the specified was removed; otherwise, .
Copies this collection to an array.
The array to which to copy.
The index location at which to begin copying.
Gets the number of properties in the collection.
The number of properties in the collection.
Gets a value indicating whether access to the collection is synchronized (thread safe).
if access to the is synchronized; otherwise, .
Gets the collection item with the specified name.
The to return.
The with the specified .
Gets the object to synchronize access to the collection.
The object to synchronize access to the collection.
Specifies the options to apply to a property.
Indicates whether the assembly name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.
Indicates that the property is a default collection.
Indicates that the property is a collection key.
Indicates that the property is required.
Indicates whether the type name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.
Indicates whether the configuration property's parent configuration section should be queried at serialization time to determine whether the configuration property should be serialized into XML.
Indicates that no option applies to the property.
Determines which properties are written out to a configuration file.
Causes all properties to be written to the configuration file. This is useful mostly for creating information configuration files or moving configuration values from one machine to another.
Causes only properties that differ from inherited values to be written to the configuration file.
Causes only modified properties to be written to the configuration file, even when the value is the same as the inherited value.
Represents a section within a configuration file.
Initializes a new instance of the class.
Reads XML from the configuration file.
The object, which reads from the configuration file.
found no elements in the configuration file.
Returns a custom object when overridden in a derived class.
The object representing the section.
Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.
if the element has been modified; otherwise, .
Resets the value of the method to when implemented in a derived class.
Creates an XML string containing an unmerged view of the object as a single section to write to a file.
The instance to use as the parent when performing the un-merge.
The name of the section to create.
The instance to use when writing to a string.
An XML string containing an unmerged view of the object.
Indicates whether the specified element should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
The object that is a candidate for serialization.
The name of the object as it occurs in XML.
The target version of the .NET Framework.
if the should be serialized; otherwise, .
Indicates whether the specified property should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
The object that is a candidate for serialization.
The name of the object as it occurs in XML.
The target version of the .NET Framework.
The parent element of the property.
if the should be serialized; otherwise, .
Indicates whether the current instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
The target version of the .NET Framework.
if the current section should be serialized; otherwise, .
Gets a object that contains the non-customizable information and functionality of the object.
A that contains the non-customizable information and functionality of the .
Represents a collection of related sections within a configuration file.
Adds a object to the object.
The name of the section to be added.
The section to be added.
Clears this object.
Copies this object to an array.
The array to copy the object to.
The index location at which to begin copying.
is .
The length of is less than the value of plus .
Gets the specified object contained in this object.
The index of the object to be returned.
The object at the specified index.
Gets the specified object contained in this object.
The name of the object to be returned.
is null or an empty string ("").
The object with the specified name.
Gets an enumerator that can iterate through this object.
An that can be used to iterate through this object.
Gets the key of the specified object contained in this object.
The index of the object whose key is to be returned.
The key of the object at the specified index.
Used by the system during serialization.
The applicable object.
The applicable object.
Removes the specified object from this object.
The name of the section to be removed.
Removes the specified object from this object.
The index of the section to be removed.
Gets the number of sections in this object.
An integer that represents the number of sections in the collection.
Gets the specified object.
The index of the object to be returned.
The object at the specified index.
Gets the specified object.
The name of the object to be returned.
The object with the specified name.
Gets the keys to all objects contained in this object.
A object that contains the keys of all sections in this collection.
Represents a group of related sections within a configuration file.
Initializes a new instance of the class.
Forces the declaration for this object.
Forces the declaration for this object.
if the object must be written to the file; otherwise, .
The object is the root section group.
-or-
The object has a location.
Indicates whether the current instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
The target version of the .NET Framework.
if the current section group should be serialized; otherwise, .
Gets a value that indicates whether this object declaration is required.
if this declaration is required; otherwise, .
Gets a value that indicates whether this object is declared.
if this is declared; otherwise, . The default is .
Gets the name property of this object.
The name property of this object.
Gets the section group name associated with this .
The section group name of this object.
Gets a object that contains all the objects that are children of this object.
A object that contains all the objects that are children of this object.
Gets a object that contains all of objects within this object.
A object that contains all the objects within this object.
Gets or sets the type for this object.
The object is the root section group.
-or-
The object has a location.
The section or group is already defined at another level.
The type of this object.
Represents a collection of objects.
Adds a object to this object.
The name of the object to be added.
The object to be added.
Clears the collection.
Copies this object to an array.
The array to copy the object to.
The index location at which to begin copying.
is .
The length of is less than the value of plus .
Gets the specified object contained in the collection.
The index of the object to be returned.
The object at the specified index.
Gets the specified object from the collection.
The name of the object to be returned.
is null or an empty string ("").
The object with the specified name.
Gets an enumerator that can iterate through the object.
An that can be used to iterate through the object.
Gets the key of the specified object contained in this object.
The index of the section group whose key is to be returned.
The key of the object at the specified index.
Used by the system during serialization.
The applicable object.
The applicable object.
Removes the object whose name is specified from this object.
The name of the section group to be removed.
Removes the object whose index is specified from this object.
The index of the section group to be removed.
Gets the number of section groups in the collection.
An integer that represents the number of section groups in the collection.
Gets the object whose index is specified from the collection.
The index of the object to be returned.
The object at the specified index.
In C#, this property is the indexer for the class.
Gets the object whose name is specified from the collection.
The name of the object to be returned.
The object with the specified name.
In C#, this property is the indexer for the class.
Gets the keys to all objects contained in this object.
A object that contains the names of all section groups in this collection.
Provides runtime versions 1.0 and 1.1 support for reading configuration sections and common configuration settings.
Returns the object for the passed configuration section name and path.
A configuration name and path, such as "system.net/settings".
Unable to retrieve the requested section.
The object for the passed configuration section name and path.
The class provides backward compatibility only. Use the class or class instead.
Gets a read-only collection of the application settings from the configuration file.
A read-only collection of the application settings from the configuration file.
Used to specify which configuration file is to be represented by the Configuration object.
Gets the that applies to all users.
Gets the roaming that applies to the current user.
Gets the local that applies to the current user.
Serves as the base class for the validator attribute types.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified validator type.
The validator type to use when creating an instance of .
is .
is not derived from .
Gets the validator attribute instance.
The current .
Gets the type of the validator attribute.
The of the current validator attribute instance.
Acts as a base class for deriving a validation class so that a value of an object can be verified.
Initializes an instance of the class.
Determines whether an object can be validated based on type.
The object type.
if the parameter value matches the expected ; otherwise, .
Determines whether the value of an object is valid.
The object value.
Wraps the corresponding type and also carries the necessary information for reporting file-name and line numbers.
Initializes a new instance of the class.
Creates a configuration element attribute.
The prefix definition.
The name that is used locally.
The URL that is assigned to the namespace.
The attribute.
Creates an XML CData section.
The data to use.
The value.
Create an XML comment.
The comment data.
The value.
Creates a configuration element.
The prefix definition.
The name used locally.
The namespace for the URL.
The value.
Creates white spaces.
The data to use.
The value.
Create a text node.
The text to use.
The value.
Creates white space.
The data to use.
The value.
Loads the configuration file.
The name of the file.
Loads a single configuration element.
The name of the file.
The source for the reader.
Gets the configuration file name.
The configuration file name.
Gets the current node line number.
The line number for the current node.
Gets the configuration file name.
The file name.
Gets the configuration line number.
The line number.
Represents a single, named connection string in the connection strings configuration file section.
Initializes a new instance of a class.
Initializes a new instance of a class.
The name of the connection string.
The connection string.
Initializes a new instance of a object.
The name of the connection string.
The connection string.
The name of the provider to use with the connection string.
Returns a string representation of the object.
A string representation of the object.
Gets or sets the connection string.
The string value assigned to the property.
Gets or sets the name.
The string value assigned to the property.
Gets or sets the provider name property.
The property.
Contains a collection of objects.
Initializes a new instance of the class.
Adds a object to the collection.
A object to add to the collection.
Removes all the objects from the collection.
Returns the collection index of the passed object.
A object in the collection.
The collection index of the specified object.
Removes the specified object from the collection.
A object in the collection.
Removes the specified object from the collection.
The name of a object in the collection.
Removes the object at the specified index in the collection.
The index of a object in the collection.
Gets or sets the connection string at the specified index in the collection.
The index of a object in the collection.
The object at the specified index.
Gets or sets the object with the specified name in the collection.
The name of a object in the collection.
The object with the specified name; otherwise, .
Provides programmatic access to the connection strings configuration-file section.
Initializes a new instance of the class.
Gets a collection of objects.
A collection of objects.
Encapsulates the context information that is associated with a object. This class cannot be inherited.
Provides an object containing configuration-section information based on the specified section name.
The name of the configuration section.
An object containing the specified section within the configuration.
Gets the context of the environment where the configuration property is being evaluated.
An object specifying the environment where the configuration property is being evaluated.
Gets a value specifying whether the configuration property is being evaluated at the machine configuration level.
if the configuration property is being evaluated at the machine configuration level; otherwise, .
Represents a basic configuration-section handler that exposes the configuration section's XML for both read and write access.
Initializes a new instance of the class.
Specifies the default value for an application settings property.
Initializes an instance of the class.
A that represents the default value for the property.
Gets the default value for the application settings property.
A that represents the default value for the property.
Provides validation of an object. This class cannot be inherited.
Initializes a new instance of the class.
Determines whether an object can be validated, based on type.
The object type.
for all types being validated.
Determines whether the value of an object is valid.
The object value.
Provides key/value pair configuration information from a configuration section.
Initializes a new instance of the class.
Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.
Parent object.
Configuration context object.
Section XML node.
A configuration object.
Gets the XML attribute name to use as the key in a key/value pair.
A string value containing the name of the key attribute.
Gets the XML attribute name to use as the value in a key/value pair.
A string value containing the name of the value attribute.
Provides a object that uses the Windows data protection API (DPAPI) to encrypt and decrypt configuration data.
Initializes a new instance of the class using default settings.
Decrypts the passed object.
The object to decrypt.
does not have set to "EncryptedData" and set to .
-or-
does not have a child node named "CipherData" with a child node named "CipherValue".
-or-
The child node named "CipherData" is an empty node.
A decrypted object.
Encrypts the passed object.
The object to encrypt.
An encrypted object.
Initializes the provider with default settings.
The provider name to use for the object.
A collection of values to use when initializing the object.
contains an unrecognized configuration setting.
Gets a value that indicates whether the object is using machine-specific or user-account-specific protection.
if the is using machine-specific protection; if it is using user-account-specific protection.
Contains meta-information about an individual element within the configuration. This class cannot be inherited.
Gets the errors for the associated element and subelements.
The collection containing the errors for the associated element and subelements
Gets a value indicating whether the associated object is a collection.
if the associated object is a collection; otherwise, .
Gets a value that indicates whether the associated object cannot be modified.
if the associated object cannot be modified; otherwise, .
Gets a value indicating whether the associated object is in the configuration file.
if the associated object is in the configuration file; otherwise, .
Gets the line number in the configuration file where the associated object is defined.
The line number in the configuration file where the associated object is defined.
Gets a collection of the properties in the associated object.
A collection of the properties in the associated object.
Gets the source file where the associated object originated.
The source file where the associated object originated.
Gets the type of the associated object.
The type of the associated object.
Gets the object used to validate the associated object.
The object used to validate the associated object.
Defines the configuration file mapping for an .exe application. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class by using the specified machine configuration file name.
The name of the machine configuration file that includes the complete physical path (for example, c:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config).
Creates a copy of the existing object.
An object.
Gets or sets the name of the configuration file.
The configuration file name.
Gets or sets the name of the configuration file for the local user.
The configuration file name.
Gets or sets the name of the configuration file for the roaming user.
The configuration file name.
Manages the path context for the current application. This class cannot be inherited.
Gets the current path for the application.
A string value containing the current path.
Gets an object representing the path level of the current application.
A object representing the path level of the current application.
Converts between a string and an enumeration type.
Initializes a new instance of the class.
The enumeration type to convert.
is .
Converts a to an type.
The object used for type conversions.
The object used during conversion.
The object to convert.
is null or an empty string ("").
-or-
starts with a numeric character.
-or-
includes white space.
The type that represents the parameter.
Converts an type to a value.
The object used for type conversions.
The object used during conversion.
The value to convert to.
The type to convert to.
The that represents the parameter.
Defines extended capabilities for client-based application settings providers.
Returns the value of the specified settings property for the previous version of the same application.
A describing the current application usage.
The whose value is to be returned.
A containing the value of the specified property setting as it was last set in the previous version of the application; or if the setting cannot be found.
Resets the application settings associated with the specified application to their default values.
A describing the current application usage.
Indicates to the provider that the application has been upgraded. This offers the provider an opportunity to upgrade its stored settings as appropriate.
A describing the current application usage.
A containing the settings property group whose values are to be retrieved.
Handles the access to certain configuration sections.
Creates a configuration section handler.
Parent object.
Configuration context object.
Section XML node.
The created section handler object.
Provides standard configuration methods.
Gets the specified configuration.
The configuration key.
The object representing the configuration.
Used for initialization.
Provides the configuration setting for International Domain Name (IDN) processing in the class.
Initializes a new instance of the class.
Gets or sets the value of the configuration setting.
A that contains the current configuration setting for IDN processing.
Provides a wrapper type definition for configuration sections that are not handled by the types.
Initializes a new instance of the class.
Provides a legacy section-handler definition for configuration sections that are not handled by the types.
Initializes a new instance of the class.
Creates a new configuration handler and adds the specified configuration object to the section-handler collection.
The configuration settings in a corresponding parent configuration section.
The virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is .
An that contains the configuration information to be handled. Provides direct access to the XML contents of the configuration section.
The created configuration handler object.
Converts between a string and the standard infinite or integer value.
Initializes a new instance of the class.
Converts a to an .
The object used for type conversions.
The object used during conversion.
The object to convert.
The , if the parameter is the "infinite"; otherwise, the representing the parameter integer value.
Converts an .to a .
The object used for type conversions.
The object used during conversion.
The value to convert to.
The type to convert to.
The "infinite" if the is ; otherwise, the representing the parameter.
Converts between a string and the standard infinite value.
Initializes a new instance of the class.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The object to convert.
The , if the parameter is the infinite; otherwise, the representing the parameter in minutes.
Converts a to a .
The object used for type conversions.
The used during object conversion.
The value to convert.
The conversion type.
The "infinite", if the parameter is ; otherwise, the representing the parameter in minutes.
Provides validation of an value.
Initializes a new instance of the class.
An object that specifies the minimum value.
An object that specifies the maximum value.
Initializes a new instance of the class.
An object that specifies the minimum value.
An object that specifies the maximum value.
to specify that the validation range is exclusive. Inclusive means the value to be validated must be within the specified range; exclusive means that it must be below the minimum or above the maximum.
Initializes a new instance of the class.
An object that specifies the minimum length of the integer value.
An object that specifies the maximum length of the integer value.
A value that specifies whether the validation range is exclusive.
An object that specifies a value that must be matched.
is less than .
-or-
is greater than .
Determines whether the type of the object can be validated.
The type of the object.
if the parameter matches an value; otherwise, .
Determines whether the value of an object is valid.
The value to be validated.
Declaratively instructs the .NET Framework to perform integer validation on a configuration property. This class cannot be inherited.
Creates a new instance of the class.
Gets or sets a value that indicates whether to include or exclude the integers in the range defined by the and property values.
if the value must be excluded; otherwise, . The default is .
Gets or sets the maximum value allowed for the property.
The selected value is less than .
An integer that indicates the allowed maximum value.
Gets or sets the minimum value allowed for the property.
The selected value is greater than .
An integer that indicates the allowed minimum value.
Gets an instance of the class.
The validator instance.
Delegates all members of the interface to another instance of a host.
Initializes a new instance of the class.
Creates a new configuration context.
A string representing the path to a configuration file.
A string representing a location subpath.
A representing a new configuration context.
Creates a deprecated configuration context.
A string representing the path to a configuration file.
A representing a deprecated configuration context.
Decrypts an encrypted configuration section.
An encrypted section of a configuration file.
An object containing the providers that encrypt and decrypt protected configuration data.
An object that provides programatic access to the configProtectedData configuration section.
A string representing a decrypted configuration section.
Deletes the object performing I/O tasks on a configuration file.
The name of a object performing I/O tasks on a configuration file.
Encrypts a section of a configuration object.
A section of the configuration that is not encrypted.
An object containing the providers that encrypt and decrypt protected configuration data
An object that provides programatic access to the configProtectedData configuration section.
A string representing an encrypted section of the configuration object.
Returns a configuration path based on a location subpath.
A string representing the path to a configuration file.
A string representing a location subpath.
A string representing a configuration path.
Returns a representing the type of the configuration.
A string representing the configuration type.
if an exception should be thrown if an error is encountered; if an exception should not be thrown if an error is encountered.
A representing the type of the configuration.
Returns a string representing the type name of the configuration object.
A object.
A string representing the type name of the configuration object.
Sets the specified permission set if available within the host object.
An object.
A object.
if the host has finished initialization; otherwise, .
Returns the name of a object performing I/O tasks on a configuration file.
A string representing the path to a configuration file.
A string representing the name of a object performing I/O tasks on a configuration file.
Returns the name of a object performing I/O tasks on a configuration source.
The name of a object performing I/O tasks on a configuration file.
A string representing the configuration source.
A string representing the name of a object performing I/O tasks on a configuration source.
Returns a object representing the version of a object performing I/O tasks on a configuration file.
The name of a object performing I/O tasks on a configuration file.
A object representing the version of a object performing I/O tasks on a configuration file.
Instructs the host to impersonate and returns an object required internally by the .NET Framework.
An value.
Initializes the configuration host.
An object.
A parameter object containing the values used for initializing the configuration host.
Initializes the host for configuration.
A string representing a location subpath (passed by reference).
A string representing the path to a configuration file.
The location configuration path.
The configuration root element.
A parameter object representing the parameters used to initialize the host.
Returns a value indicating whether the configuration is above the application configuration in the configuration hierarchy.
A string representing the path to a configuration file.
if the configuration is above the application configuration in the configuration hierarchy; otherwise, .
Returns a value indicating whether a configuration record is required for the host configuration initialization.
A string representing the path to a configuration file.
if a configuration record is required for the host configuration initialization; otherwise, .
Restricts or allows definitions in the host configuration.
A string representing the path to a configuration file.
The object.
The object.
if the grant or restriction of definitions in the host configuration was successful; otherwise, .
Returns a value indicating whether the file path used by a object to read a configuration file is a valid path.
The name of a object performing I/O tasks on a configuration file.
if the path used by a object to read a configuration file is a valid path; otherwise, .
Returns a value indicating whether a configuration section requires a fully trusted code access security level and does not allow the attribute to disable implicit link demands.
The object.
if the configuration section requires a fully trusted code access security level and does not allow the attribute to disable implicit link demands; otherwise, .
Returns a value indicating whether the initialization of a configuration object is considered delayed.
The object.
if the initialization of a configuration object is considered delayed; otherwise, .
Returns a value indicating whether the configuration object supports a location tag.
A string representing the path to a configuration file.
if the configuration object supports a location tag; otherwise, .
Returns a value indicating whether a configuration path is to a configuration node whose contents should be treated as a root.
A string representing the path to a configuration file.
if the configuration path is to a configuration node whose contents should be treated as a root; otherwise, .
Returns a value indicating whether the configuration path is trusted.
A string representing the path to a configuration file.
if the configuration path is trusted; otherwise, .
Opens a object to read a configuration file.
The name of a object performing I/O tasks on a configuration file.
The object specified by .
Opens a object to read a configuration file.
The name of a object performing I/O tasks on a configuration file.
to assert permissions; otherwise, .
The object specified by .
Opens a object for writing to a configuration file or for writing to a temporary file used to build a configuration file. Allows a object to be designated as a template for copying file attributes.
The name of a object performing I/O tasks on a configuration file.
The name of a object from which file attributes are to be copied as a template.
The write context of the object (passed by reference).
A object.
Opens a object for writing to a configuration file. Allows a object to be designated as a template for copying file attributes.
The name of a object performing I/O tasks on a configuration file.
The name of a object from which file attributes are to be copied as a template.
The write context of the object performing I/O tasks on the configuration file (passed by reference).
to assert permissions; otherwise, .
The object specified by the parameter.
Returns a value indicating whether the entire configuration file could be read by a designated object.
A string representing the path to a configuration file.
The name of a object performing I/O tasks on a configuration file.
if the entire configuration file could be read by the object designated by ; otherwise, .
Instructs the object to read a designated section of its associated configuration file.
A string representing the name of a section group in the configuration file.
A string representing the name of a section in the configuration file.
if a section of the configuration file designated by the and parameters can be read by a object; otherwise, .
Invokes the delegated host's method that refreshes configuration paths.
Indicates that a new configuration record requires a complete initialization.
An object.
Instructs the host to monitor an associated object for changes in a configuration file.
The name of a object performing I/O tasks on a configuration file.
A object to receive the returned data representing the changes in the configuration file.
An instance containing changed configuration settings.
Instructs the host object to stop monitoring an associated object for changes in a configuration file.
The name of a object performing I/O tasks on a configuration file.
A object.
Verifies that a configuration definition is allowed for a configuration record.
A string representing the path to a configuration file.
An object.
A object
An object.
Indicates that all writing to the configuration file has completed.
The name of a object performing I/O tasks on a configuration file.
if writing to the configuration file completed successfully; otherwise, .
The write context of the object performing I/O tasks on the configuration file.
Indicates that all writing to the configuration file has completed and specifies whether permissions should be asserted.
The name of a object performing I/O tasks on a configuration file.
to indicate that writing was completed successfully; otherwise, .
The write context of the object performing I/O tasks on the configuration file.
to assert permissions; otherwise, .
Determines if the delegated host has a local configuration.
if the current instance has a local configuration; otherwise, .
Determines if the delegated host has a roaming configuration.
if the current instance has a roaming configuration; otherwise, .
Gets or sets the object.
A object.
Determines if the application configuration file comes from a non-local URI (that is, http://) or is a local file.
if the delegated host's sections belong to System.Net and the configuration file for the application is downloaded via HTTP using ; otherwise, .
Gets a value indicating whether the configuration is remote.
if the configuration is remote; otherwise, .
Gets a value indicating whether the host configuration supports change notifications.
if the host supports change notifications; otherwise, .
Gets a value indicating whether the host configuration supports location tags.
if the host supports location tags; otherwise, .
Gets a value indicating whether the host configuration has path support.
if the host configuration has path support; otherwise, .
Gets a value indicating whether the host configuration supports refresh.
if the host configuration supports refresh; otherwise, .
Defines an interface used by the .NET Framework to support creating error configuration records.
Gets a string specifying the file name related to the configuration details.
A string specifying a filename.
Gets an integer specifying the line number related to the configuration details.
An integer specifying a line number.
Defines an interface used by the .NET Framework to support the initialization of configuration properties.
Initializes a configuration object.
The type of configuration host.
An array of configuration host parameters.
Gets the configuration host.
An object that is used by the .NET Framework to initialize application configuration properties.
Gets the root of the configuration hierarchy.
An object.
Defines an interface used by the .NET Framework to support configuration management.
Ensures that the networking configuration is loaded.
Defines an interface used by the .NET Framework to initialize configuration properties.
Gets the configuration file name related to the application path.
A string value representing a configuration file name.
Gets the local configuration directory of the application based on the entry assembly.
A string representing the local configuration directory.
Gets the local configuration path of the application based on the entry assembly.
A string value representing the local configuration path of the application.
Gets the product name of the application based on the entry assembly.
A string value representing the product name of the application.
Gets the product version of the application based on the entry assembly.
A string value representing the product version of the application.
Gets the roaming configuration directory of the application based on the entry assembly.
A string value representing the roaming configuration directory of the application.
Gets the roaming user's configuration path based on the application's entry assembly.
A string value representing the roaming user's configuration path.
Gets the configuration path for the Machine.config file.
A string value representing the path of the Machine.config file.
Gets a value representing the configuration system's status.
if the configuration system is in the process of being initialized; otherwise, .
Gets a value that specifies whether user configuration settings are supported.
if the configuration system supports user configuration settings; otherwise, .
Gets the name of the file used to store user configuration settings.
A string specifying the name of the file used to store user configuration.
Defines interfaces that allow the internal .NET Framework infrastructure to customize configuration.
Returns the path to the application configuration file.
A string representing the path to the application configuration file.
Returns a string representing the path to the known local user configuration file.
A string representing the path to the known local user configuration file.
Returns a string representing the path to the known roaming user configuration file.
A string representing the path to the known roaming user configuration file.
Returns a value indicating whether a configuration file path is the same as a currently known application configuration file path.
A string representing the path to the application configuration file.
if a string representing a configuration path is the same as a path to the application configuration file; if a string representing a configuration path is not the same as a path to the application configuration file.
Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known local user.
A string representing the path to the application configuration file.
if a string representing a configuration path is the same as a path to a known local user configuration file; otherwise, .
Returns a value indicating whether a configuration file path is the same as the configuration file path for the currently known roaming user.
A string representing the path to an application configuration file.
if a string representing a configuration path is the same as a path to a known roaming user configuration file; otherwise, .
Defines the interfaces used by the internal design time API to create a object.
Creates and initializes a object.
The of the object to be created.
A parameter array of that contains the parameters to be applied to the created object.
A object.
Normalizes a location subpath of a path to a configuration file.
A string representing the path to the configuration file.
An instance of or .
A normalized subpath string.
Defines interfaces used by internal .NET structures to initialize application configuration properties.
Creates and returns a context object for a of an application configuration.
A string representing the path of the application configuration file.
A string representing a subpath location of the configuration element.
A context object for a object of an application configuration.
Creates and returns a deprecated context object of the application configuration.
A string representing a path to an application configuration file.
A deprecated context object of the application configuration.
Decrypts an encrypted configuration section and returns it as a string.
An encrypted XML string representing a configuration section.
The object.
The object.
A decrypted configuration section as a string.
Deletes the object performing I/O tasks on the application configuration file.
A string representing the name of the object performing I/O tasks on the configuration file.
Encrypts a configuration section and returns it as a string.
An XML string representing a configuration section to encrypt.
The object.
The object.
An encrypted configuration section represented as a string.
Returns the complete path to an application configuration file based on the location subpath.
A string representing the path of the application configuration file.
The subpath location of the configuration file.
A string representing the complete path to an application configuration file.
Returns a object representing the type of the configuration object.
The type name
to throw an exception if an error occurs; otherwise,
A object representing the type of the configuration object.
Returns a string representing a type name from the object representing the type of the configuration.
A object.
A string representing the type name from a object representing the type of the configuration.
Associates the configuration with a object.
An object.
The object to associate with the configuration.
to indicate the configuration host is has completed building associated permissions; otherwise, .
Returns a string representing the configuration file name associated with the object performing I/O tasks on the configuration file.
A string representing the path of the application configuration file.
A string representing the configuration file name associated with the I/O tasks on the configuration file.
Returns a string representing the configuration file name associated with the object performing I/O tasks on a remote configuration file.
A string representing the configuration file name associated with the object performing I/O tasks on the configuration file.
A string representing a path to a remote configuration file.
A string representing the configuration file name associated with the object performing I/O tasks on the configuration file.
Returns the version of the object associated with configuration file.
A string representing the name of the object performing I/O tasks on the configuration file.
The version of the object associated with configuration file.
Instructs the host to impersonate and returns an object required by the internal .NET structure.
An value.
Initializes a configuration host.
The configuration root object.
The parameter object containing the values used for initializing the configuration host.
Initializes a configuration object.
The subpath location of the configuration file.
A string representing the path of the application configuration file.
A string representing the location of a configuration path.
The object.
The parameter object containing the values used for initializing the configuration host.
Returns a value indicating whether the configuration file is located at a higher level in the configuration hierarchy than the application configuration.
A string representing the path of the application configuration file.
the configuration file is located at a higher level in the configuration hierarchy than the application configuration; otherwise, .
Returns a value indicating whether a child record is required for a child configuration path.
A string representing the path of the application configuration file.
if child record is required for a child configuration path; otherwise, .
Determines if a different definition is allowable for an application configuration object.
A string representing the path of the application configuration file.
A object.
A object.
if a different definition is allowable for an application configuration object; otherwise, .
Returns a value indicating whether the file path used by a object to read a configuration file is a valid path.
A string representing the name of the object performing I/O tasks on the configuration file.
if the path used by a object to read a configuration file is a valid path; otherwise, .
Returns a value indicating whether a configuration section requires a fully trusted code access security level and does not allow the attribute to disable implicit link demands.
The object.
if the configuration section requires a fully trusted code access security level and does not allow the attribute to disable implicit link demands; otherwise, .
Returns a value indicating whether the initialization of a configuration object is considered delayed.
The object.
if the initialization of a configuration object is considered delayed; otherwise, .
Returns a value indicating whether the configuration object supports a location tag.
A string representing the path of the application configuration file.
if the configuration object supports a location tag; otherwise, .
Returns a value indicating whether a configuration path is to a configuration node whose contents should be treated as a root.
A string representing the path of the application configuration file.
if the configuration path is to a configuration node whose contents should be treated as a root; otherwise, .
Returns a value indicating whether the configuration path is trusted.
A string representing the path of the application configuration file.
if the configuration path is trusted; otherwise, .
Opens a to read a configuration file.
A string representing the name of the object performing I/O tasks on the configuration file.
A object.
Opens a object to read a configuration file.
A string representing the name of the object performing I/O tasks on the configuration file.
to assert permissions; otherwise, .
The object specified by .
Opens a object for writing to a configuration file or for writing to a temporary file used to build a configuration file. Allows a object to be designated as a template for copying file attributes.
A string representing the name of the object performing I/O tasks on the configuration file.
The name of a object from which file attributes are to be copied as a template.
The write context of the object.
A object.
Opens a object for writing to a configuration file. Allows a object to be designated as a template for copying file attributes.
A string representing the name of the object performing I/O tasks on the configuration file.
The name of a from which file attributes are to be copied as a template.
The write context of the object performing I/O tasks on the configuration file.
to assert permissions; otherwise, .
The object specified by .
Returns a value that indicates whether the entire configuration file could be read by a designated object.
A string representing the path of the application configuration file.
A string representing the name of the object performing I/O tasks on the configuration file.
if the entire configuration file could be read by the object designated by ; otherwise, .
Instructs the object to read a designated section of its associated configuration file.
A string representing the identifying name of a configuration file section group.
A string representing the identifying name of a configuration file section.
if a section of the configuration file designated by and could be read by a object; otherwise, .
Indicates a new configuration record requires a complete initialization.
An object.
Instructs the object to monitor an associated object for changes in a configuration file.
A string representing the name of the object performing I/O tasks on the configuration file.
A object to receive the returned data representing the changes in the configuration file.
An containing changed configuration settings.
Instructs the object to stop monitoring an associated object for changes in a configuration file.
A string representing the name of the object performing I/O tasks on the configuration file.
A object.
Verifies that a configuration definition is allowed for a configuration record.
A string representing the path of the application configuration file.
A object.
A object
An object.
Indicates that all writing to the configuration file has completed.
A string representing the name of the object performing I/O tasks on the configuration file.
if the write to the configuration file was completed successfully; otherwise, .
The write context of the object performing I/O tasks on the configuration file.
Indicates that all writing to the configuration file has completed and specifies whether permissions should be asserted.
A string representing the name of the object performing I/O tasks on the configuration file.
to indicate the write was completed successfully; otherwise, .
The write context of the object performing I/O tasks on the configuration file.
to assert permissions; otherwise, .
Returns a value indicating whether the configuration is remote.
if the configuration is remote; otherwise, .
Returns a value indicating whether the host configuration supports change notification.
if the configuration supports change notification; otherwise, .
Returns a value indicating whether the host configuration supports location tags.
if the configuration supports location tags; otherwise, .
Returns a value indicating whether the host configuration supports path tags.
if the configuration supports path tags; otherwise, .
Returns a value indicating whether the host configuration supports configuration refresh.
if the configuration supports configuration refresh; otherwise, .
Defines interfaces used by internal .NET structures to support creation of new configuration records.
Returns an object representing a section of a configuration from the last-known-good (LKG) configuration.
A string representing a key to a configuration section.
An instance representing the section of the last-known-good configuration specified by .
Returns an instance representing a section of a configuration file.
A string representing a key to a configuration section.
An instance representing a section of a configuration file.
Causes a specified section of the configuration object to be reinitialized.
A string representing a key to a configuration section that is to be refreshed.
Removes a configuration record.
Grants the configuration object the permission to throw an exception if an error occurs during initialization.
Gets a string representing a configuration file path.
A string representing a configuration file path.
Returns a value indicating whether an error occurred during initialization of a configuration object.
if an error occurred during initialization of a configuration object; otherwise, .
Returns the name of a object performing I/O tasks on the configuration file.
A string representing the name of a object performing I/O tasks on the configuration file.
Defines interfaces used by internal .NET structures to support a configuration root object.
Represents the method that handles the event of an object.
Represents the method that handles the event of a object.
Returns an object representing a configuration specified by a configuration path.
A string representing the path to a configuration file.
An object representing a configuration specified by .
Returns an representing the data in a section of a configuration file.
A string representing a section of a configuration file.
A string representing the path to a configuration file.
An representing the data in a section of a configuration file.
Returns a value representing the file path of the nearest configuration ancestor that has configuration data.
The path of configuration file.
A string representing the file path of the nearest configuration ancestor that has configuration data.
Returns an object representing a unique configuration record for given configuration path.
The path of the configuration file.
An object representing a unique configuration record for a given configuration path.
Initializes a configuration object.
An object.
if design time; if run time.
Finds and removes a configuration record and all its children for a given configuration path.
The path of the configuration file.
Returns a value indicating whether the configuration is a design-time configuration.
if the configuration is a design-time configuration; if the configuration is not a design-time configuration.
Defines an interface used by the configuration system to set the class.
Indicates that initialization of the configuration system has completed.
Provides hierarchical configuration settings and extensions specific to ASP.NET to the configuration system.
An object used by the class.
if the initialization process of the configuration system is complete; otherwise, .
Defines an interface used by the .NET Framework to initialize application configuration properties.
Returns the configuration object based on the specified key.
The configuration key value.
A configuration object.
Refreshes the configuration system based on the specified section name.
The name of the configuration section.
Gets a value indicating whether the user configuration is supported.
if the user configuration is supported; otherwise, .
Defines a class that allows the .NET Framework infrastructure to specify event arguments for configuration events.
Initializes a new instance of the class.
A configuration path.
Gets or sets the configuration path related to the object.
A string value specifying the configuration path.
Defines a class used by the .NET Framework infrastructure to support configuration events.
The source object of the event.
A configuration event argument.
Represents a method for hosts to call when a monitored stream has changed.
The name of the object performing I/O tasks on the configuration file.
Defines standard functionality for controls or libraries that store and retrieve application settings.
Reads the control's application settings into their corresponding properties and updates the control's state.
Resets the control's application settings properties to their default values.
Persists the control's application settings properties.
Gets or sets a value indicating whether the control should automatically persist its application settings properties.
if the control should automatically persist its state; otherwise, .
Gets or sets the value of the application settings key for the current instance of the control.
A containing the settings key for the current instance of the control.
Provides the configuration setting for International Resource Identifier (IRI) processing in the class.
Initializes a new instance of the class.
Gets or sets the value of the configuration setting.
A Boolean that indicates if International Resource Identifier (IRI) processing is enabled.
Provides an interface for defining an alternate application settings provider.
Returns the settings provider compatible with the specified settings property.
The that requires serialization.
If found, the that can persist the specified settings property; otherwise, .
Contains a collection of objects.
Initializes a new instance of the class.
Adds a object to the collection based on the supplied parameters.
A .
Adds a object to the collection based on the supplied parameters.
A string specifying the key.
A string specifying the value.
Clears the collection.
When overridden in a derived class, the method creates a new object.
A newly created .
Gets the element key for a specified configuration element when overridden in a derived class.
The to which the key should be returned.
An object that acts as the key for the specified .
Removes a object from the collection.
A string specifying the .
Gets the keys to all items contained in the collection.
A string array.
Gets the object based on the supplied parameter.
The key of the contained in the collection.
A configuration element, or if the key does not exist in the collection.
Gets a collection of configuration properties.
A collection of configuration properties.
Gets a value indicating whether an attempt to add a duplicate object to the collection will cause an exception to be thrown.
if an attempt to add a duplicate to the will cause an exception to be thrown; otherwise, .
Represents a configuration element that contains a key/value pair.
Initializes a new instance of the class based on the supplied parameters.
The key of the .
The value of the .
Sets the object to its initial state.
Gets the key of the object.
The key of the .
Gets the collection of properties.
The of properties for the element.
Gets or sets the value of the object.
The value of the .
Provides persistence for application settings classes.
Initializes a new instance of the class.
Returns the value of the named settings property for the previous version of the same application.
A that describes where the application settings property is used.
The whose value is to be returned.
A representing the application setting if found; otherwise, .
Returns the collection of setting property values for the specified application instance and settings property group.
A describing the current application usage.
A containing the settings property group whose values are to be retrieved.
A user-scoped setting was encountered but the current configuration only supports application-scoped settings.
A containing the values for the specified settings property group.
Initializes the provider.
The friendly name of the provider.
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
Resets all application settings properties associated with the specified application to their default values.
A describing the current application usage.
A user-scoped setting was encountered but the current configuration only supports application-scoped settings.
Sets the values of the specified group of property settings.
A describing the current application usage.
A representing the group of property settings to set.
A user-scoped setting was encountered but the current configuration only supports application-scoped settings.
-or-
There was a general failure saving the settings to the configuration file.
Attempts to migrate previous user-scoped settings from a previous version of the same application.
A describing the current application usage.
A containing the settings property group whose values are to be retrieved.
A user-scoped setting was encountered but the current configuration only supports application-scoped settings.
-or-
The previous version of the configuration file could not be accessed.
Gets or sets the name of the currently running application.
A string that contains the application's display name.
Provides validation of an value.
Initializes a new instance of the class.
An value that specifies the minimum length of the value.
An value that specifies the maximum length of the value.
Initializes a new instance of the class.
An value that specifies the minimum length of the value.
An value that specifies the maximum length of the value.
A value that specifies whether the validation range is exclusive.
Initializes a new instance of the class.
An value that specifies the minimum length of the value.
An value that specifies the maximum length of the value.
A value that specifies whether the validation range is exclusive.
An value that specifies a specific value that must be matched.
is equal to or less than .
-or-
is less than .
Determines whether the type of the object can be validated.
The type of object.
if the parameter matches an value; otherwise, .
Determines whether the value of an object is valid.
The value of an object.
Declaratively instructs the .NET Framework to perform long-integer validation on a configuration property. This class cannot be inherited.
Initializes a new instance of the class.
Gets or sets a value that indicates whether to include or exclude the integers in the range defined by the and property values.
if the value must be excluded; otherwise, . The default is .
Gets or sets the maximum value allowed for the property.
The selected value is less than .
A long integer that indicates the allowed maximum value.
Gets or sets the minimum value allowed for the property.
The selected value is greater than .
An integer that indicates the allowed minimum value.
Gets an instance of the class.
The validator instance.
Contains a collection of objects. This class cannot be inherited.
Initializes a new instance of the class.
Adds a object to the collection.
A object.
Clears the .
Removes a object from the collection based on the provided parameter.
A object.
Removes a object from the collection based on the provided parameter.
The name of the object.
Gets the keys to all items contained in the .
A string array.
Gets or sets the object based on the supplied parameter.
The name of the contained in the collection.
A object.
A configuration element that contains a name and value. This class cannot be inherited.
Initializes a new instance of the class based on supplied parameters.
The name of the object.
The value of the object.
Gets the name of the object.
The name of the object.
Gets or sets the value of the object.
The value of the object.
Provides access to a configuration file. This type supports the .NET Framework configuration infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the class.
Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.
The parent object.
The configuration context object.
The section XML node.
The file specified in the attribute of exists but cannot be loaded.
-or-
The attribute of does not match the root element of the file specified in the attribute.
A configuration object.
Provides name/value-pair configuration information from a configuration section.
Initializes a new instance of the class.
Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.
Parent object.
Configuration context object.
Section XML node.
A configuration object.
Gets the XML attribute name to use as the key in a key/value pair.
A value containing the name of the key attribute.
Gets the XML attribute name to use as the value in a key/value pair.
A value containing the name of the value attribute.
Specifies that a settings provider should disable any logic that gets invoked when an application upgrade is detected. This class cannot be inherited.
Initializes a new instance of the class.
Specifies the override behavior of a configuration element for configuration elements in child directories.
The configuration setting of the element or group can be overridden by configuration settings that are in child directories.
The configuration setting of the element or group cannot be overridden by configuration settings that are in child directories.
The configuration setting of the element or group will be overridden by configuration settings that are in child directories if explicitly allowed by a parent element of the current configuration element or group. Permission to override is specified by using the attribute.
Provides validation of a object. This class cannot be inherited.
Initializes a new instance of the class.
Determines whether the object type can be validated.
The object type.
if the parameter matches a object; otherwise, .
Determines whether the value of an object is valid.
The value of an object.
is .
cannot be resolved as a positive value.
Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.
Initializes a new instance of the class.
Gets an instance of the class.
The validator instance.
Contains meta-information on an individual property within the configuration. This type cannot be inherited.
Gets the object related to the configuration attribute.
A object.
Gets an object containing the default value related to a configuration attribute.
An object containing the default value of the configuration attribute.
Gets the description of the object that corresponds to a configuration attribute.
The description of the configuration attribute.
Gets a value specifying whether the configuration attribute is a key.
if the configuration attribute is a key; otherwise, .
Gets a value specifying whether the configuration attribute is locked.
if the object is locked; otherwise, .
Gets a value specifying whether the configuration attribute has been modified.
if the object has been modified; otherwise, .
Gets a value specifying whether the configuration attribute is required.
if the object is required; otherwise, .
Gets the line number in the configuration file related to the configuration attribute.
A line number of the configuration file.
Gets the name of the object that corresponds to a configuration attribute.
The name of the object.
Gets the source file that corresponds to a configuration attribute.
The source file of the object.
Gets the of the object that corresponds to a configuration attribute.
The of the object.
Gets a object related to the configuration attribute.
A object.
Gets or sets an object containing the value related to a configuration attribute.
An object containing the value for the object.
Gets a object related to the configuration attribute.
A object.
Contains a collection of objects. This class cannot be inherited.
Copies the entire collection to a compatible one-dimensional , starting at the specified index of the target array.
A one-dimensional that is the destination of the elements copied from the collection. The must have zero-based indexing.
The zero-based index in at which copying begins.
is .
The property of is less than + .
Gets an object, which is used to iterate through this collection.
An object, which is used to iterate through this .
Populates a object with the data needed to serialize the instance.
A object that contains the information required to serialize the instance.
A object that contains the source and destination of the serialized stream associated with the instance.
is .
Gets the object in the collection, based on the specified property name.
The name of the configuration attribute contained in the object.
A object.
Specifies the level in the configuration hierarchy where a configuration property value originated.
The configuration property value originates from the property.
The configuration property value is inherited from a parent level in the configuration.
The configuration property value is defined at the current level of the hierarchy.
Provides access to the protected-configuration providers for the current application's configuration file.
The name of the data protection provider.
The name of the protected data section.
The name of the RSA provider.
Gets the name of the default protected-configuration provider.
The name of the default protected-configuration provider.
Gets a collection of the installed protected-configuration providers.
A collection of installed objects.
The base class to create providers for encrypting and decrypting protected configuration data.
Initializes a new instance of the class using default settings.
Decrypts the passed object from a configuration file.
The object to decrypt.
The object containing decrypted data.
Encrypts the passed object from a configuration file.
The object to encrypt.
The object containing encrypted data.
Provides a collection of objects.
Initializes a new instance of the class using default settings.
Adds a object to the collection.
A object to add to the collection.
is .
is not a object.
The object to add already exists in the collection.
-or-
The collection is read-only.
Gets a object in the collection with the specified name.
The name of a object in the collection.
The object with the specified name, or if there is no object with that name.
Provides programmatic access to the configuration section. This class cannot be inherited.
Initializes a new instance of the class using default settings.
Gets or sets the name of the default object in the collection property.
The name of the default object in the collection property.
Gets a collection of all the objects in all participating configuration files.
A collection of all the objects in all participating configuration files.
Represents a group of configuration elements that configure the providers for the configuration section.
Initializes a new instance of the class.
Gets a collection that represents the properties of the providers for the protected configuration data.
A that represents the properties of the providers for the protected configuration data.
Gets a collection of objects that represent the properties of the providers for the protected configuration data.
A collection of objects that represent the properties of the providers for the protected configuration data.
Provides a base implementation for the extensible provider model.
Initializes a new instance of the class.
Initializes the configuration builder.
The friendly name of the provider.
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
The name of the provider is .
The name of the provider has a length of zero.
An attempt is made to call on a provider after the provider has already been initialized.
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
A brief, friendly description suitable for display in administrative tools or other UIs.
Gets the friendly name used to refer to the provider during configuration.
The friendly name used to refer to the provider during configuration.
Represents a collection of provider objects that inherit from .
Initializes a new instance of the class.
Adds a provider to the collection.
The provider to be added.
The collection is read-only.
is .
The of is .
-or-
The length of the of is less than 1.
Removes all items from the collection.
The collection is set to read-only.
Copies the contents of the collection to the given array starting at the specified index.
The array to copy the elements of the collection to.
The index of the collection item at which to start the copying process.
Returns an object that implements the interface to iterate through the collection.
An object that implements to iterate through the collection.
Removes a provider from the collection.
The name of the provider to be removed.
The collection has been set to read-only.
Sets the collection to be read-only.
Copies the elements of the to an array, starting at a particular array index.
The array to copy the elements of the collection to.
The index of the array at which to start copying provider instances from the collection.
Gets the number of providers in the collection.
The number of providers in the collection.
Gets a value indicating whether access to the collection is synchronized (thread safe).
in all cases.
Gets the provider with the specified name.
The key by which the provider is identified.
The provider with the specified name.
Gets the current object.
The current object.
The exception that is thrown when a configuration provider error has occurred. This exception class is also used by providers to throw exceptions when internal errors occur within the provider that do not map to other pre-existing exception classes.
Creates a new instance of the class.
Creates a new instance of the class.
The object that holds the information to deserialize.
Contextual information about the source or destination.
Creates a new instance of the class.
A message describing why this was thrown.
Creates a new instance of the class.
A message describing why this was thrown.
The exception that caused this to be thrown.
Represents the configuration elements associated with a provider.
Initializes a new instance of the class.
Initializes a new instance of the class.
The name of the provider to configure settings for.
The type of the provider to configure settings for.
Gets or sets the name of the provider configured by this class.
The name of the provider.
Gets a collection of user-defined parameters for the provider.
A of parameters for the provider.
Gets or sets the type of the provider configured by this class.
The fully qualified namespace and class name for the type of provider configured by this instance.
Represents a collection of objects.
Initializes a new instance of the class.
Adds a object to the collection.
The object to add.
Clears the collection.
Removes an element from the collection.
The name of the object to remove.
Gets or sets a value at the specified index in the collection.
The index of the to return.
The specified .
Gets an item from the collection.
A string reference to the object within the collection.
A object contained in the collection.
Provides validation of a string based on the rules provided by a regular expression.
Initializes a new instance of the class.
A string that specifies a regular expression.
is null or an empty string ("").
Determines whether the type of the object can be validated.
The type of object.
if the parameter matches a string; otherwise, .
Determines whether the value of an object is valid.
The value of an object.
does not conform to the parameters of the class.
Declaratively instructs the .NET Framework to perform string validation on a configuration property using a regular expression. This class cannot be inherited.
Initializes a new instance of the object.
The string to use for regular expression validation.
Gets the string used to perform regular-expression validation.
The string containing the regular expression used to filter the string assigned to the decorated configuration-element property.
Gets an instance of the class.
The validator instance.
Provides a instance that uses RSA encryption to encrypt and decrypt configuration data.
Initializes a new instance of the class.
Adds a key to the RSA key container.
The size of the key to add.
to indicate that the key is exportable; otherwise, .
Decrypts the XML node passed to it.
The to decrypt.
The decrypted XML node.
Removes a key from the RSA key container.
Encrypts the XML node passed to it.
The to encrypt.
An encrypted object.
Exports an RSA key from the key container.
The file name and path to export the key to.
to indicate that private parameters are exported; otherwise, .
is a zero-length string, contains only white space, or contains one or more invalid characters as defined by .
is .
The specified path, file name, or both exceed the system-defined maximum length.
The specified path is invalid, such as being on an unmapped drive.
An error occurred while opening the file.
specified a file that is read-only.
-or-
This operation is not supported on the current platform.
-or-
specified a directory.
-or-
The caller does not have the required permission.
The file specified in was not found.
is in an invalid format.
The caller does not have the required permission.
Imports an RSA key into the key container.
The file name and path to import the key from.
to indicate that the key is exportable; otherwise, .
is a zero-length string, contains only white space, or contains one or more invalid characters as defined by .
is .
The specified path, file name, or both exceed the system-defined maximum length.
The specified path is invalid, such as being on an unmapped drive.
An error occurred while opening the file.
specified a file that is write-only.
-or-
This operation is not supported on the current platform.
-or-
specified a directory.
-or-
The caller does not have the required permission.
The file specified in was not found.
is in an invalid format.
Initializes the provider with default settings.
The provider name to use for the object.
A collection of values to use when initializing the object.
includes one or more unrecognized values.
Gets the name of the Windows cryptography API (crypto API) cryptographic service provider (CSP).
The name of the CryptoAPI cryptographic service provider.
Gets the name of the key container.
The name of the key container.
Gets the public key used by the provider.
An object that contains the public key used by the provider.
Gets a value indicating whether the provider uses FIPS.
if the provider uses FIPS; otherwise, .
Gets a value that indicates whether the object is using the machine key container.
if the object is using the machine key container; otherwise, .
Gets a value that indicates whether the provider is using Optimal Asymmetric Encryption Padding (OAEP) key exchange data.
if the object is using Optimal Asymmetric Encryption Padding (OAEP) key exchange data; otherwise, .
Represents an element in a class.
Initializes a new instance of the class.
Gets the value of the GenericUriParserOptions entry from a instance.
The value of GenericUriParserOptions entry.
Gets the value of the Name entry from a instance.
The protocol used by this schema setting.
Represents a collection of objects.
Initializes a new instance of the class.
The index of the specified .
The for the specified index location.
The index of the specified ; otherwise, -1.
Gets the default collection type of .
The default collection type of .
Gets an item at the specified index in the collection.
The index of the to return.
The parameter is less than zero.
-or-
The item specified by the parameter is or has been removed.
The specified .
Gets an item from the collection.
A string reference to the object within the collection.
A object contained in the collection.
Contains metadata about an individual section within the configuration hierarchy. This class cannot be inherited.
Forces the associated configuration section to appear in the configuration file.
Forces the associated configuration section to appear in the configuration file, or removes an existing section from the configuration file.
if the associated section should be written in the configuration file; otherwise, .
is and the associated section cannot be exported to the child configuration file, or it is undeclared.
Gets the configuration section that contains the configuration section associated with this object.
The method is invoked from a parent section.
The configuration section that contains the that is associated with this object.
Returns an XML node object that represents the associated configuration-section object.
This configuration object is locked and cannot be edited.
The XML representation for this configuration section.
Marks a configuration section for protection.
The name of the protection provider to use.
The property is set to .
-or-
The target section is already a protected data section.
Causes the associated configuration section to inherit all its values from the parent section.
This method cannot be called outside editing mode.
Sets the object to an XML representation of the associated configuration section within the configuration file.
The XML to use.
is .
Removes the protected configuration encryption from the associated configuration section.
Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be defined.
The selected value conflicts with a value that is already defined.
A value that indicates where in the configuration file hierarchy the associated object can be declared.
Gets or sets a value that indicates where in the configuration file hierarchy the associated configuration section can be declared.
The selected value conflicts with a value that is already defined.
A value that indicates where in the configuration file hierarchy the associated object can be declared for .exe files.
Gets or sets a value that indicates whether the configuration section allows the attribute.
The selected value conflicts with a value that is already defined.
if the attribute is allowed; otherwise, . The default is .
Gets or sets a value that indicates whether the associated configuration section can be overridden by lower-level configuration files.
if the section can be overridden; otherwise, . The default is .
Gets or sets the name of the include file in which the associated configuration section is defined, if such a file exists.
The name of the include file in which the associated is defined, if such a file exists; otherwise, an empty string ("").
Gets or sets a value that indicates whether the associated configuration section will be saved even if it has not been modified.
if the associated object will be saved even if it has not been modified; otherwise, . The default is .
If the configuration file is saved (even if there are no modifications), ASP.NET restarts the application.
Gets or sets a value that indicates whether the settings that are specified in the associated configuration section are inherited by applications that reside in a subdirectory of the relevant application.
if the settings specified in this object are inherited by child applications; otherwise, . The default is .
Gets a value that indicates whether the configuration section must be declared in the configuration file.
if the associated object must be declared in the configuration file; otherwise, .
Gets a value that indicates whether the associated configuration section is declared in the configuration file.
if this is declared in the configuration file; otherwise, . The default is .
Gets a value that indicates whether the associated configuration section is locked.
if the section is locked; otherwise, .
Gets a value that indicates whether the associated configuration section is protected.
if this is protected; otherwise, . The default is .
Gets the name of the associated configuration section.
The complete name of the configuration section.
Gets or sets the enumeration value that specifies whether the associated configuration section can be overridden by child configuration files.
An attempt was made to change both the and properties, which is not supported for compatibility reasons.
One of the enumeration values.
Gets or sets a value that specifies the default override behavior of a configuration section by child configuration files.
The override behavior is specified in a parent configuration section.
One of the enumeration values.
Gets the override behavior of a configuration section that is in turn based on whether child configuration files can lock the configuration section.
One of the enumeration values.
Gets the protected configuration provider for the associated configuration section.
The protected configuration provider for this object.
Gets a value that indicates whether the associated configuration section requires access permissions.
The selected value conflicts with a value that is already defined.
if the attribute is set to ; otherwise, . The default is .
Gets or sets a value that specifies whether a change in an external configuration include file requires an application restart.
The selected value conflicts with a value that is already defined.
if a change in an external configuration include file requires an application restart; otherwise, . The default is .
Gets the name of the associated configuration section.
The name of the associated object.
Gets or sets the section class name.
The selected value is or an empty string ("").
The selected value conflicts with a value that is already defined.
The name of the class that is associated with this section.
Represents a custom settings attribute used to associate settings information with a settings property.
Initializes a new instance of the class.
Provides data for the event.
Initializes an instance of the class.
A containing the name of the application setting.
A containing a category description of the setting. Often this parameter is set to the application settings group name.
A containing the application settings key.
An that contains the new value to be assigned to the application settings property.
to cancel the event; otherwise, .
Gets the new value being assigned to the application settings property.
An that contains the new value to be assigned to the application settings property.
Gets the application settings property category.
A containing a category description of the setting. Typically, this parameter is set to the application settings group name.
Gets the application settings key associated with the property.
A containing the application settings key.
Gets the name of the application setting associated with the application settings property.
A containing the name of the application setting.
Represents the method that will handle the event.
The source of the event, typically an application settings wrapper class derived from the class.
A containing the data for the event.
Represents a simplified configuration element used for updating elements in the configuration. This class cannot be inherited.
Initializes a new instance of the class.
Initializes a new instance of the class based on supplied parameters.
The name of the object.
A object. This object is an enumeration used as the serialization scheme to store configuration settings.
Compares the current instance to the specified object.
The object to compare with.
if the instance is equal to the specified object; otherwise, .
Gets a unique value representing the current instance.
A unique value representing the current instance.
Gets or sets the name of the object.
The name of the object.
Gets or sets the serialization mechanism used to persist the values of the object.
A object.
Gets or sets the value of a object by using a object.
A object containing the value of the object.
Contains a collection of objects. This class cannot be inherited.
Initializes a new instance of the class.
Adds a object to the collection.
The object to add to the collection.
Removes all objects from the collection.
Gets a object from the collection.
A string value representing the object in the collection.
A object.
Removes a object from the collection.
A object.
Gets the type of the configuration collection.
The object of the collection.
Represents a collection of key/value pairs used to describe a configuration object as well as a object.
Initializes a new instance of the class.
Initializes a new instance of the class.
A collection of key/value pairs that are related to configuration settings.
Provides the base class used to support user property settings.
Initializes a new instance of the class.
Initializes internal properties used by object.
The settings context related to the settings properties.
The settings properties that will be accessible from the instance.
The initialized providers that should be used when loading and saving property values.
Stores the current values of the settings properties.
Provides a class that is synchronized (thread safe).
The class used to support user property settings.
A class that is synchronized.
Gets the associated settings context.
A associated with the settings instance.
Gets a value indicating whether access to the object is synchronized (thread safe).
if access to the is synchronized; otherwise, .
Gets or sets the value of the specified settings property.
A containing the name of the property to access.
There are no properties associated with the current object, or the specified property could not be found.
An attempt was made to set a read-only property.
The value supplied is of a type incompatible with the settings property, during a set operation.
If found, the value of the named settings property.
Gets the collection of settings properties.
A collection containing all the objects.
Gets a collection of settings property values.
A collection of objects representing the actual data values for the properties managed by the instance.
Gets a collection of settings providers.
A containing objects.
Provides contextual information that the provider can use when persisting settings.
Initializes a new instance of the class.
Provides a string that describes an individual configuration property. This class cannot be inherited.
Initializes an instance of the class.
The used as descriptive text.
Gets the descriptive text for the associated configuration property.
A containing the descriptive text for the associated configuration property.
Provides a string that describes an application settings property group. This class cannot be inherited.
Initializes a new instance of the class.
A containing the descriptive text for the application settings group.
The descriptive text for the application settings properties group.
A containing the descriptive text for the application settings group.
Specifies a name for application settings property group. This class cannot be inherited.
Initializes a new instance of the class.
A containing the name of the application settings property group.
Gets the name of the application settings property group.
A containing the name of the application settings property group.
Provides data for the event.
Initializes a new instance of the class.
A object from which settings are loaded.
Gets the settings provider used to store configuration settings.
A settings provider.
Represents the method that will handle the event.
The source of the event, typically the settings class.
A object that contains the event data.
Provides values to indicate which services should be made available to application settings.
Enables application settings to be stored in roaming user profiles. For more information about roaming user profiles, see Isolated Storage and Roaming.
Specifies special services for application settings properties. This class cannot be inherited.
Initializes a new instance of the class.
A value that enumerates the services being requested.
Gets the set of special services that have been requested.
A value that results from using the logical operator to combine all the enumeration values corresponding to the requested services.
Used internally as the class that represents metadata about an individual configuration property.
Initializes a new instance of the class, based on the supplied parameter.
Specifies a copy of an existing object.
Initializes a new instance of the class. based on the supplied parameter.
Specifies the name of an existing object.
Creates a new instance of the class based on the supplied parameters.
The name of the object.
The type of object.
A object to use for persistence.
A value specifying whether the object is read-only.
The default value of the object.
A object. This object is an enumeration used to set the serialization scheme for storing application settings.
A object.
A Boolean value specifying whether an error will be thrown when the property is unsuccessfully deserialized.
A Boolean value specifying whether an error will be thrown when the property is unsuccessfully serialized.
Gets a object containing the attributes of the object.
A object.
Gets or sets the default value of the object.
An object containing the default value of the object.
Gets or sets a value specifying whether a object is read-only.
if the is read-only; otherwise, .
Gets or sets the name of the .
The name of the .
Gets or sets the type for the .
The type for the .
Gets or sets the provider for the .
A object.
Gets or sets a object for the .
A object.
Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized.
if the error will be thrown when the property is unsuccessfully deserialized; otherwise, .
Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully serialized.
if the error will be thrown when the property is unsuccessfully serialized; otherwise, .
Contains a collection of objects.
Initializes a new instance of the class.
Adds a object to the collection.
A object.
The collection is read-only.
Removes all objects from the collection.
The collection is read-only.
Creates a copy of the existing collection.
A class.
Copies this object to an array.
The array to copy the object to.
The index at which to begin copying.
Gets the object as it applies to the collection.
The object as it applies to the collection.
Performs additional, custom processing when adding to the contents of the instance.
A object.
Performs additional, custom processing after adding to the contents of the instance.
A object.
Performs additional, custom processing when clearing the contents of the instance.
Performs additional, custom processing after clearing the contents of the instance.
Performs additional, custom processing when removing the contents of the instance.
A object.
Performs additional, custom processing after removing the contents of the instance.
A object.
Removes a object from the collection.
The name of the object.
The collection is read-only.
Sets the collection to be read-only.
Gets a value that specifies the number of objects in the collection.
The number of objects in the collection.
Gets a value that indicates whether access to the collection is synchronized (thread safe).
if access to the is synchronized; otherwise, .
Gets the collection item with the specified name.
The name of the object.
The object with the specified .
Gets the object to synchronize access to the collection.
The object to synchronize access to the collection.
Provides an exception for read-only objects.
Initializes a new instance of the class.
Initializes a new instance of the class based on the supplied parameters.
The object that holds the serialized object data about the exception being thrown.
The object that contains contextual information about the source or destination of the serialized stream.
Initializes a new instance of the class based on a supplied parameter.
A string containing an exception message.
Initializes a new instance of the class based on supplied parameters.
A string containing an exception message.
The exception that is the cause of the current exception.
Provides an exception for objects that are not found.
Initializes a new instance of the class.
Initializes a new instance of the class, based on supplied parameters.
The object that holds the serialized object data about the exception being thrown.
The object that contains contextual information about the source or destination of the serialized stream.
Initializes a new instance of the class, based on a supplied parameter.
A string containing an exception message.
Initializes a new instance of the class, based on supplied parameters.
A string containing an exception message.
The exception that is the cause of the current exception.
Contains the value of a settings property that can be loaded and stored by an instance of .
Initializes a new instance of the class, based on supplied parameters.
Specifies a object.
Gets or sets whether the value of a object has been deserialized.
if the value of a object has been deserialized; otherwise, .
Gets or sets whether the value of a object has changed.
if the value of a object has changed; otherwise, .
Gets the name of the property from the associated object.
The name of the object.
Gets the object.
The object that describes the object.
Gets or sets the value of the object.
While attempting to use the default value from the property, an error occurred. Either the attempt to convert property to a valid type failed, or the resulting value was not compatible with the type defined by .
The value of the object. When this value is set, the property is set to and is set to .
When a value is first accessed from the property, and if the value was initially stored into the object as a serialized representation using the property, the property will trigger deserialization of the underlying value. As a side effect, the property will be set to .
If this chain of events occurs in ASP.NET, and if an error occurs during the deserialization process, the error is logged using the health-monitoring feature of ASP.NET. By default, this means that deserialization errors will show up in the Application Event Log when running under ASP.NET. If this process occurs outside of ASP.NET, and if an error occurs during deserialization, the error is suppressed, and the remainder of the logic during deserialization occurs. If there is no serialized value to deserialize when the deserialization is attempted, then object will instead attempt to return a default value if one was configured as defined on the associated instance. In this case, if the property was set to either , or to the string "[null]", then the object will initialize the property to either for reference types, or to the default value for the associated value type. On the other hand, if property holds a valid object reference or string value (other than "[null]"), then the property is returned instead.
If there is no serialized value to deserialize when the deserialization is attempted, and no default value was specified, then an empty string will be returned for string types. For all other types, a default instance will be returned by calling - for reference types this means an attempt will be made to create an object instance using the parameterless constructor. If this attempt fails, then is returned.
Gets or sets the serialized value of the object.
The serialization options for the property indicated the use of a string type converter, but a type converter was not available.
The serialized value of a object.
Gets a Boolean value specifying whether the value of the object is the default value as defined by the property value on the associated object.
if the value of the object is the default value; otherwise, .
Contains a collection of settings property values that map objects to objects.
Initializes a new instance of the class.
Adds a object to the collection.
A object.
An attempt was made to add an item to the collection, but the collection was marked as read-only.
Removes all objects from the collection.
Creates a copy of the existing collection.
A class.
Copies this collection to an array.
The array to copy the collection to.
The index at which to begin copying.
Gets the object as it applies to the collection.
The object as it applies to the collection.
Removes a object from the collection.
The name of the object.
An attempt was made to remove an item from the collection, but the collection was marked as read-only.
Sets the collection to be read-only.
Gets a value that specifies the number of objects in the collection.
The number of objects in the collection.
Gets a value that indicates whether access to the collection is synchronized (thread safe).
if access to the collection is synchronized; otherwise, .
Gets an item from the collection.
A object.
The object with the specified .
Gets the object to synchronize access to the collection.
The object to synchronize access to the collection.
Provides an exception that is thrown when an invalid type is used with a object.
Initializes a new instance of the class.
Initializes a new instance of the class based on the supplied parameters.
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination of the serialized stream.
Initializes a new instance of the class based on the supplied parameter.
A string containing an exception message.
Initializes a new instance of the class based on the supplied parameters.
A string containing an exception message.
The exception that is the cause of the current exception.
Acts as a base class for deriving custom settings providers in the application settings architecture.
Initializes an instance of the class.
Returns the collection of settings property values for the specified application instance and settings property group.
A describing the current application use.
A containing the settings property group whose values are to be retrieved.
A containing the values for the specified settings property group.
Sets the values of the specified group of property settings.
A describing the current application usage.
A representing the group of property settings to set.
Gets or sets the name of the currently running application.
A that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.
Specifies the settings provider used to provide storage for the current application settings class or property. This class cannot be inherited.
Initializes an instance of the class.
A containing the name of the settings provider.
Initializes a new instance of the class.
A containing the settings provider type.
Gets the type name of the settings provider.
A containing the name of the settings provider.
Represents a collection of application settings providers.
Initializes a new instance of the class.
Adds a new settings provider to the collection.
A to add to the collection.
The parameter is not of type .
-or-
The property of the provider parameter is null or an empty string.
-or-
A settings provider with the same already exists in the collection.
The collection is read-only.
The parameter is .
Gets the settings provider in the collection that matches the specified name.
A containing the friendly name of the settings provider.
The parameter is .
The collection is read-only when setting this value.
If found, the whose name matches that specified by the name parameter; otherwise, .
Represents the method that will handle the event.
The source of the event, typically a data container or data-bound collection.
A that contains the event data.
Determines the serialization scheme used to store application settings.
The settings property is serialized using binary object serialization.
The settings provider has implicit knowledge of the property or its type and picks an appropriate serialization mechanism. Often used for custom serialization.
The settings property is serialized as plain text.
The settings property is serialized as XML using XML serialization.
Specifies the serialization mechanism that the settings provider should use. This class cannot be inherited.
Initializes an instance of the class.
A enumerated value that specifies the serialization scheme.
Gets the enumeration value that specifies the serialization scheme.
A enumerated value that specifies the serialization scheme.
Contains the XML representing the serialized value of the setting. This class cannot be inherited.
Initializes a new instance of the class.
Compares the current instance to the specified object.
The object to compare.
if the instance is equal to the specified object; otherwise, .
Gets a unique value representing the current instance.
A unique value representing the current instance.
Gets or sets the value of a object by using an object.
An object containing the value of a .
Handles configuration sections that are represented by a single XML tag in the .config file.
Initializes a new instance of the class.
Used internally to create a new instance of this object.
The parent of this object.
The context of this object.
The object in the configuration.
The created object handler.
Specifies the special setting category of a application settings property.
The configuration property represents a connection string, typically for a data store or network resource.
The configuration property represents a Uniform Resource Locator (URL) to a Web service.
Indicates that an application settings property has a special significance. This class cannot be inherited.
Initializes a new instance of the class.
A enumeration value defining the category of the application settings property.
Gets the value describing the special setting category of the application settings property.
A enumeration value defining the category of the application settings property.
Provides validation of a string.
Initializes a new instance of the class, based on a supplied parameter.
An integer that specifies the minimum length of the string value.
Initializes a new instance of the class, based on supplied parameters.
An integer that specifies the minimum length of the string value.
An integer that specifies the maximum length of the string value.
Initializes a new instance of the class, based on supplied parameters.
An integer that specifies the minimum length of the string value.
An integer that specifies the maximum length of the string value.
A string that represents invalid characters.
Determines whether an object can be validated based on type.
The object type.
if the parameter matches a string; otherwise, .
Determines whether the value of an object is valid.
The object value.
is less than or greater than as defined in the constructor.
-or-
contains invalid characters.
Declaratively instructs the .NET Framework to perform string validation on a configuration property. This class cannot be inherited.
Initializes a new instance of the class.
Gets or sets the invalid characters for the property.
The string that contains the set of characters that are not allowed for the property.
Gets or sets the maximum length allowed for the string to assign to the property.
The selected value is less than .
An integer that indicates the maximum allowed length for the string to assign to the property.
Gets or sets the minimum allowed value for the string to assign to the property.
The selected value is greater than .
An integer that indicates the allowed minimum length for the string to assign to the property.
Gets an instance of the class.
A current settings in a validator instance.
Validates that an object is a derived class of a specified type.
Initializes a new instance of the class.
The base class to validate against.
is .
Determines whether an object can be validated based on type.
The object type.
if the parameter matches a type that can be validated; otherwise, .
Determines whether the value of an object is valid.
The object value.
is not of a that can be derived from as defined in the constructor.
Declaratively instructs the .NET Framework to perform validation on a configuration property. This class cannot be inherited.
Initializes a new instance of the class.
The base class type.
Gets the base type of the object being validated.
The base type of the object being validated.
Gets the validator attribute instance.
The current instance.
Converts a time span expressed in minutes.
Initializes a new instance of the class.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The object to convert.
The representing the parameter in minutes.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The value to convert to.
The type to convert to.
The representing the parameter in minutes.
Converts a expressed in minutes or as a standard infinite time span.
Initializes a new instance of the class.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The object to convert.
The , if the parameter is the "infinite"; otherwise, the representing the parameter in minutes.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The value to convert.
The conversion type.
The "infinite", if the parameter is ; otherwise, the representing the parameter in minutes.
Converts a time span expressed in seconds.
Initializes a new instance of the class.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The object to convert.
cannot be parsed as an integer value.
The representing the parameter in seconds.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The value to convert to.
The type to convert to.
The that represents the parameter in minutes.
Converts a expressed in seconds or as a standard infinite time span.
Initializes a new instance of the class.
Converts a to a .
The object used for type conversions.
The object used during conversion.
The object to convert.
The , if the parameter is the "infinite"; otherwise, the representing the parameter in seconds.
Converts a to a. .
The object used for type conversions.
The object used during conversion.
The value to convert.
The conversion type.
The "infinite", if the parameter is ; otherwise, the representing the parameter in seconds.
Provides validation of a object.
Initializes a new instance of the class, based on supplied parameters.
A object that specifies the minimum time allowed to pass validation.
A object that specifies the maximum time allowed to pass validation.
Initializes a new instance of the class, based on supplied parameters.
A object that specifies the minimum time allowed to pass validation.
A object that specifies the maximum time allowed to pass validation.
A value that specifies whether the validation range is exclusive.
Initializes a new instance of the class, based on supplied parameters.
A object that specifies the minimum time allowed to pass validation.
A object that specifies the maximum time allowed to pass validation.
A value that specifies whether the validation range is exclusive.
An value that specifies a number of seconds.
is less than .
-or-
is greater than .
Determines whether the type of the object can be validated.
The type of the object.
if the parameter matches a value; otherwise, .
Determines whether the value of an object is valid.
The value of an object.
Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.
Gets the absolute maximum value allowed.
Gets the absolute minimum value allowed.
Initializes a new instance of the class.
Gets or sets a value that indicates whether to include or exclude the integers in the range as defined by and .
if the value must be excluded; otherwise, . The default is .
Gets the absolute maximum value.
The allowed maximum value.
Gets or sets the relative maximum value.
The selected value represents less than .
The allowed maximum value.
Gets the absolute minimum value.
The allowed minimum value.
Gets or sets the relative minimum value.
The selected value represents more than .
The minimum allowed value.
Gets an instance of the class.
The validator instance.
Converts between type and string values. This class cannot be inherited.
Initializes a new instance of the class.
Converts a object to a object.
The object used for type conversions.
The object used during conversion.
The object to convert.
The value cannot be resolved.
The that represents the parameter.
Converts a object to a object.
The object used for type conversions.
The object used during conversion.
The value to convert to.
The type to convert to.
The that represents the parameter.
Represents the Uri section within a configuration file.
Initializes a new instance of the class.
Gets an object that contains the configuration setting for International Domain Name (IDN) processing in the class.
The configuration setting for International Domain Name (IDN) processing in the class.
Gets an object that contains the configuration setting for International Resource Identifiers (IRI) parsing in the class.
The configuration setting for International Resource Identifiers (IRI) parsing in the class.
Gets a object that contains the configuration settings for scheme parsing in the class.
The configuration settings for scheme parsing in the class
Specifies that an application settings group or property contains distinct values for each user of an application. This class cannot be inherited.
Initializes a new instance of the class.
Represents a grouping of related user settings sections within a configuration file. This class cannot be inherited.
Initializes a new instance of the class.
Represents a method to be called after the validation of an object.
The callback method.
Converts a string to its canonical format.
Initializes a new instance of the class.
Converts a to canonical form.
The object used for type conversions.
The object used during conversion.
The object to convert.
An object representing the converted value.
Converts a to canonical form.
The object used for type conversions.
The object used during conversion.
The value to convert to.
The type to convert to.
An object representing the converted value.
Represents the configuration section used by classes in the namespace.
Initializes a new instance of the class.
Gets or sets the suffix to append to a file name indicated by a when an assembly is declared with a or a .
The bitmap suffix.
Provides the possible values for the configuration setting of the in the namespace.
This value will convert any Unicode domain names to their Punycode equivalents (IDN names).
This value will convert all external Unicode domain names to use the Punycode equivalents (IDN names). In this case to handle international names on the local Intranet, the DNS servers that are used for the Intranet should support Unicode names.
This value will not convert any Unicode domain names to use Punycode. This is the default value which is consistent with the .NET Framework 2.0 behavior.