C# Class EfficientlyLazy.Crypto.Configuration.SecureSectionHandler

Handles access to secured configuration sections.
Inheritance: IConfigurationSectionHandler
Afficher le fichier Open project: jasonlaflair/EfficientlyLazy.Crypto

Méthodes publiques

Méthode Description
Create ( object parent, object configContext, XmlNode section ) : object

Creates a configuration section handler.

Method Details

Create() public méthode

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.
Résultat object