public virtual string EncryptSection(string clearTextXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection)
 {
     return(host.EncryptSection(clearTextXml, protectionProvider, protectedConfigSection));
 }
Ejemplo n.º 2
0
 public virtual string EncryptSection(string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection)
 {
     return(host.EncryptSection(encryptedXml, protectionProvider, protectedSection));
 }