C# 클래스 System.Web.Configuration.WebConfigurationHost

상속: IInternalConfigHost
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
CreateConfigurationContext ( string configPath, string locationSubPath ) : object
CreateDeprecatedConfigContext ( string configPath ) : object
DecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection ) : string
DeleteStream ( string streamName ) : void
EncryptSection ( string clearXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection ) : string
GetConfigPathFromLocationSubPath ( string configPath, string locationSubPath ) : string
GetConfigType ( string typeName, bool throwOnError ) : Type
GetConfigTypeName ( Type t ) : string
GetRestrictedPermissions ( IInternalConfigRecord configRecord, PermissionSet &permissionSet, bool &isHostReady ) : void
GetStreamName ( string configPath ) : string

비공개 메소드들

메소드 설명
GetWebConfigFileName ( dir dir ) : System

메소드 상세

CreateConfigurationContext() 공개 메소드

public CreateConfigurationContext ( string configPath, string locationSubPath ) : object
configPath string
locationSubPath string
리턴 object

CreateDeprecatedConfigContext() 공개 메소드

public CreateDeprecatedConfigContext ( string configPath ) : object
configPath string
리턴 object

DecryptSection() 공개 메소드

public DecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection ) : string
encryptedXml string
protectionProvider System.Configuration.ProtectedConfigurationProvider
protectedSection System.Configuration.ProtectedConfigurationSection
리턴 string

DeleteStream() 공개 메소드

public DeleteStream ( string streamName ) : void
streamName string
리턴 void

EncryptSection() 공개 메소드

public EncryptSection ( string clearXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection ) : string
clearXml string
protectionProvider System.Configuration.ProtectedConfigurationProvider
protectedSection System.Configuration.ProtectedConfigurationSection
리턴 string

GetConfigPathFromLocationSubPath() 공개 메소드

public GetConfigPathFromLocationSubPath ( string configPath, string locationSubPath ) : string
configPath string
locationSubPath string
리턴 string

GetConfigType() 공개 메소드

public GetConfigType ( string typeName, bool throwOnError ) : Type
typeName string
throwOnError bool
리턴 System.Type

GetConfigTypeName() 공개 메소드

public GetConfigTypeName ( Type t ) : string
t System.Type
리턴 string

GetRestrictedPermissions() 공개 메소드

public GetRestrictedPermissions ( IInternalConfigRecord configRecord, PermissionSet &permissionSet, bool &isHostReady ) : void
configRecord IInternalConfigRecord
permissionSet System.Security.PermissionSet
isHostReady bool
리턴 void

GetStreamName() 공개 메소드

public GetStreamName ( string configPath ) : string
configPath string
리턴 string