2 references to CallEncryptOrDecrypt
System.Web (2)
Configuration\RemoteWebConfigurationHost.cs (2)
316return CallEncryptOrDecrypt(false, encryptedXmlString, protectionProvider, protectedConfigSection); 319return CallEncryptOrDecrypt(true, clearTextXmlString, protectionProvider, protectedConfigSection);