C# Class EfficientlyLazy.Crypto.Configuration.SecureSectionHandler

Handles access to secured configuration sections.
Inheritance: IConfigurationSectionHandler
Datei anzeigen Open project: jasonlaflair/EfficientlyLazy.Crypto

Public Methods

Method Description
Create ( object parent, object configContext, XmlNode section ) : object

Creates a configuration section handler.

Method Details

Create() public method

Creates a configuration section handler.
public Create ( object parent, object configContext, XmlNode section ) : object
parent object Parent object.
configContext object Configuration context object.
section System.Xml.XmlNode Section XML node.
return object