System.Configuration.RuntimeConfigurationRecord.CallHostDecryptSection C# (CSharp) Méthode

CallHostDecryptSection() private méthode

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