1 implementation of DoEncryptOrDecrypt
System.Web (1)
Configuration\RemoteWebConfigurationHostServer.cs (1)
220public string DoEncryptOrDecrypt(bool doEncrypt, string xmlString, string protectionProviderName, string protectionProviderType, string[] paramKeys, string[] paramValues)
1 reference to DoEncryptOrDecrypt
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
364returnString = remoteSrv.DoEncryptOrDecrypt(doEncrypt, xmlString, protectionProvider.Name, typeName, paramKeys, paramValues);