C# Class System.Configuration.ProtectedConfigurationSection

Inheritance: ConfigurationSection
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CreateAndInitializeProviderWithAssert ProtectedConfigurationProvider
DecryptSection string
EncryptSection string
FormatEncryptedSection string
GetAllProviders ProtectedConfigurationProviderCollection
GetProviderFromName ProtectedConfigurationProvider
InstantiateProvider ProtectedConfigurationProvider
ProtectedConfigurationSection System.Collections

Private Methods

Method Description
CreateAndInitializeProviderWithAssert ( Type t, ProviderSettings pn ) : ProtectedConfigurationProvider
DecryptSection ( string encryptedXml, ProtectedConfigurationProvider provider ) : string
EncryptSection ( string clearXml, ProtectedConfigurationProvider provider ) : string
FormatEncryptedSection ( string encryptedXml, string sectionName, string providerName ) : string
GetAllProviders ( ) : ProtectedConfigurationProviderCollection
GetProviderFromName ( string providerName ) : ProtectedConfigurationProvider
InstantiateProvider ( ProviderSettings pn ) : ProtectedConfigurationProvider
ProtectedConfigurationSection ( ) : System.Collections