C# Class System.Web.Configuration.WebConfigurationHost

Inheritance: IInternalConfigHost
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetWebConfigFileName ( dir dir ) : System

Method Details

CreateConfigurationContext() public méthode

public CreateConfigurationContext ( string configPath, string locationSubPath ) : object
configPath string
locationSubPath string
Résultat object

CreateDeprecatedConfigContext() public méthode

public CreateDeprecatedConfigContext ( string configPath ) : object
configPath string
Résultat object

DecryptSection() public méthode

public DecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection ) : string
encryptedXml string
protectionProvider System.Configuration.ProtectedConfigurationProvider
protectedSection System.Configuration.ProtectedConfigurationSection
Résultat string

DeleteStream() public méthode

public DeleteStream ( string streamName ) : void
streamName string
Résultat void

EncryptSection() public méthode

public EncryptSection ( string clearXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection ) : string
clearXml string
protectionProvider System.Configuration.ProtectedConfigurationProvider
protectedSection System.Configuration.ProtectedConfigurationSection
Résultat string

GetConfigPathFromLocationSubPath() public méthode

public GetConfigPathFromLocationSubPath ( string configPath, string locationSubPath ) : string
configPath string
locationSubPath string
Résultat string

GetConfigType() public méthode

public GetConfigType ( string typeName, bool throwOnError ) : Type
typeName string
throwOnError bool
Résultat System.Type

GetConfigTypeName() public méthode

public GetConfigTypeName ( Type t ) : string
t System.Type
Résultat string

GetRestrictedPermissions() public méthode

public GetRestrictedPermissions ( IInternalConfigRecord configRecord, PermissionSet &permissionSet, bool &isHostReady ) : void
configRecord IInternalConfigRecord
permissionSet System.Security.PermissionSet
isHostReady bool
Résultat void

GetStreamName() public méthode

public GetStreamName ( string configPath ) : string
configPath string
Résultat string