System.Configuration.Internal.DelegatingConfigHost.DecryptSection C# (CSharp) Метод

DecryptSection() публичный Метод

public DecryptSection ( string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection ) : string
encryptedXml string
protectionProvider ProtectedConfigurationProvider
protectedConfigSection ProtectedConfigurationSection
Результат string
        public virtual string DecryptSection(string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection) {
            return Host.DecryptSection(encryptedXml, protectionProvider, protectedConfigSection);
        }