C# 클래스 EfficientlyLazy.Crypto.Configuration.SecureSectionHandler

Handles access to secured configuration sections.
상속: IConfigurationSectionHandler
파일 보기 프로젝트 열기: jasonlaflair/EfficientlyLazy.Crypto

공개 메소드들

메소드 설명
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