System.Configuration.RuntimeConfigurationRecord.CallHostDecryptSection C# (CSharp) 메소드

CallHostDecryptSection() 개인적인 메소드

private CallHostDecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfig ) : string
encryptedXml string
protectionProvider ProtectedConfigurationProvider
protectedConfig ProtectedConfigurationSection
리턴 string
        protected override string CallHostDecryptSection(string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfig) {
            return base.CallHostDecryptSection(encryptedXml, protectionProvider, protectedConfig);
        }