C# 클래스 System.Configuration.ProtectedConfigurationSection

상속: ConfigurationSection
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

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