C# Класс EfficientlyLazy.Crypto.Configuration.SecureSectionHandler

Handles access to secured configuration sections.
Наследование: IConfigurationSectionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( object parent, object configContext, XmlNode section ) : object

Creates a configuration section handler.

Описание методов

Create() публичный Метод

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.
Результат object