System.Configuration.RuntimeConfigurationRecord.CallHostDecryptSection C# (CSharp) Method

CallHostDecryptSection() private method

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