Method | Description | |
---|---|---|
CreateConfigurationContext ( string configPath, string locationSubPath ) : object | ||
CreateDeprecatedConfigContext ( string configPath ) : object | ||
DecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection ) : string | ||
DeleteStream ( string streamName ) : void | ||
EncryptSection ( string clearTextXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection ) : string | ||
GetConfigPathFromLocationSubPath ( string configPath, string locationSubPath ) : string | ||
GetConfigType ( string typeName, bool throwOnError ) : |
||
GetConfigTypeName ( |
||
GetRestrictedPermissions ( IInternalConfigRecord configRecord, PermissionSet &permissionSet, bool &isHostReady ) : void | ||
GetStreamName ( string configPath ) : string | ||
GetStreamNameForConfigSource ( string streamName, string configSource ) : string | ||
GetStreamVersion ( string streamName ) : object | ||
Impersonate ( ) : IDisposable | ||
Init ( IInternalConfigRoot configRoot ) : void | ||
InitForConfiguration ( string &locationSubPath, string &configPath, string &locationConfigPath, IInternalConfigRoot configRoot ) : void | ||
IsAboveApplication ( string configPath ) : bool | ||
IsConfigRecordRequired ( string configPath ) : bool | ||
IsDefinitionAllowed ( string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition ) : bool | ||
IsFile ( string streamName ) : bool | ||
IsFullTrustSectionWithoutAptcaAllowed ( IInternalConfigRecord configRecord ) : bool | ||
IsInitDelayed ( IInternalConfigRecord configRecord ) : bool | ||
IsLocationApplicable ( string configPath ) : bool | ||
IsSecondaryRoot ( string configPath ) : bool | ||
IsTrustedConfigPath ( string configPath ) : bool | ||
OpenStreamForRead ( string streamName ) : Stream | ||
OpenStreamForRead ( string streamName, bool assertPermissions ) : Stream | ||
OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : Stream | ||
OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext, bool assertPermissions ) : Stream | ||
PrefetchAll ( string configPath, string streamName ) : bool | ||
PrefetchSection ( string sectionGroupName, string sectionName ) : bool | ||
RequireCompleteInit ( IInternalConfigRecord configRecord ) : void | ||
StartMonitoringStreamForChanges ( string streamName, StreamChangeCallback callback ) : object | ||
StopMonitoringStreamForChanges ( string streamName, StreamChangeCallback callback ) : void | ||
VerifyDefinitionAllowed ( string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo ) : void | ||
WriteCompleted ( string streamName, bool success, object writeContext ) : void | ||
WriteCompleted ( string streamName, bool success, object writeContext, bool assertPermissions ) : void |
Method | Description | |
---|---|---|
DelegatingConfigHost ( ) : System.Configuration |
public CreateConfigurationContext ( string configPath, string locationSubPath ) : object | ||
configPath | string | |
locationSubPath | string | |
return | object |
public CreateDeprecatedConfigContext ( string configPath ) : object | ||
configPath | string | |
return | object |
public DecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection ) : string | ||
encryptedXml | string | |
protectionProvider | ProtectedConfigurationProvider | |
protectedConfigSection | ProtectedConfigurationSection | |
return | string |
protected DelegatingConfigHost ( ) : System.Configuration | ||
return | System.Configuration |
public DeleteStream ( string streamName ) : void | ||
streamName | string | |
return | void |
public EncryptSection ( string clearTextXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection ) : string | ||
clearTextXml | string | |
protectionProvider | ProtectedConfigurationProvider | |
protectedConfigSection | ProtectedConfigurationSection | |
return | string |
public GetConfigPathFromLocationSubPath ( string configPath, string locationSubPath ) : string | ||
configPath | string | |
locationSubPath | string | |
return | string |
public GetConfigType ( string typeName, bool throwOnError ) : |
||
typeName | string | |
throwOnError | bool | |
return |
public GetConfigTypeName ( |
||
t | ||
return | string |
public GetRestrictedPermissions ( IInternalConfigRecord configRecord, PermissionSet &permissionSet, bool &isHostReady ) : void | ||
configRecord | IInternalConfigRecord | |
permissionSet | PermissionSet | |
isHostReady | bool | |
return | void |
public GetStreamName ( string configPath ) : string | ||
configPath | string | |
return | string |
public GetStreamNameForConfigSource ( string streamName, string configSource ) : string | ||
streamName | string | |
configSource | string | |
return | string |
public GetStreamVersion ( string streamName ) : object | ||
streamName | string | |
return | object |
public Init ( IInternalConfigRoot configRoot ) : void | ||
configRoot | IInternalConfigRoot | |
return | void |
public InitForConfiguration ( string &locationSubPath, string &configPath, string &locationConfigPath, IInternalConfigRoot configRoot ) : void | ||
locationSubPath | string | |
configPath | string | |
locationConfigPath | string | |
configRoot | IInternalConfigRoot | |
return | void |
public IsAboveApplication ( string configPath ) : bool | ||
configPath | string | |
return | bool |
public IsConfigRecordRequired ( string configPath ) : bool | ||
configPath | string | |
return | bool |
public IsDefinitionAllowed ( string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition ) : bool | ||
configPath | string | |
allowDefinition | ConfigurationAllowDefinition | |
allowExeDefinition | ConfigurationAllowExeDefinition | |
return | bool |
public IsFullTrustSectionWithoutAptcaAllowed ( IInternalConfigRecord configRecord ) : bool | ||
configRecord | IInternalConfigRecord | |
return | bool |
public IsInitDelayed ( IInternalConfigRecord configRecord ) : bool | ||
configRecord | IInternalConfigRecord | |
return | bool |
public IsLocationApplicable ( string configPath ) : bool | ||
configPath | string | |
return | bool |
public IsSecondaryRoot ( string configPath ) : bool | ||
configPath | string | |
return | bool |
public IsTrustedConfigPath ( string configPath ) : bool | ||
configPath | string | |
return | bool |
public OpenStreamForRead ( string streamName ) : Stream | ||
streamName | string | |
return | Stream |
public OpenStreamForRead ( string streamName, bool assertPermissions ) : Stream | ||
streamName | string | |
assertPermissions | bool | |
return | Stream |
public OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : Stream | ||
streamName | string | |
templateStreamName | string | |
writeContext | object | |
return | Stream |
public OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext, bool assertPermissions ) : Stream | ||
streamName | string | |
templateStreamName | string | |
writeContext | object | |
assertPermissions | bool | |
return | Stream |
public PrefetchAll ( string configPath, string streamName ) : bool | ||
configPath | string | |
streamName | string | |
return | bool |
public PrefetchSection ( string sectionGroupName, string sectionName ) : bool | ||
sectionGroupName | string | |
sectionName | string | |
return | bool |
public RequireCompleteInit ( IInternalConfigRecord configRecord ) : void | ||
configRecord | IInternalConfigRecord | |
return | void |
public StartMonitoringStreamForChanges ( string streamName, StreamChangeCallback callback ) : object | ||
streamName | string | |
callback | StreamChangeCallback | |
return | object |
public StopMonitoringStreamForChanges ( string streamName, StreamChangeCallback callback ) : void | ||
streamName | string | |
callback | StreamChangeCallback | |
return | void |
public VerifyDefinitionAllowed ( string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo ) : void | ||
configPath | string | |
allowDefinition | ConfigurationAllowDefinition | |
allowExeDefinition | ConfigurationAllowExeDefinition | |
errorInfo | IConfigErrorInfo | |
return | void |
public WriteCompleted ( string streamName, bool success, object writeContext ) : void | ||
streamName | string | |
success | bool | |
writeContext | object | |
return | void |
public WriteCompleted ( string streamName, bool success, object writeContext, bool assertPermissions ) : void | ||
streamName | string | |
success | bool | |
writeContext | object | |
assertPermissions | bool | |
return | void |