C# Класс System.Configuration.ProtectedConfigurationSection

Наследование: ConfigurationSection
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateAndInitializeProviderWithAssert ProtectedConfigurationProvider
DecryptSection string
EncryptSection string
FormatEncryptedSection string
GetAllProviders ProtectedConfigurationProviderCollection
GetProviderFromName ProtectedConfigurationProvider
InstantiateProvider ProtectedConfigurationProvider
ProtectedConfigurationSection System.Collections

Приватные методы

Метод Описание
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