C# Class Microsoft.Web.Administration.ProtectedConfigurationSection

Show file Open project: jexuswebserver/Microsoft.Web.Administration

Public Methods

Method Description
ProtectedConfigurationSection ( ConfigurationSection section )

Private Methods

Method Description
DecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider ) : string
EncryptSection ( string clearXml, ProtectedConfigurationProvider protectionProvider ) : string
GetAllProviders ( ) : ProtectedConfigurationProviderCollection
InstantiateProvider ( ProviderSettings ps ) : ProtectedConfigurationProvider

Method Details

ProtectedConfigurationSection() public method

public ProtectedConfigurationSection ( ConfigurationSection section )
section ConfigurationSection