DecryptSection() static private method

static private DecryptSection ( string encryptedXml, ProtectedConfigurationProvider provider ) : string
encryptedXml string
provider ProtectedConfigurationProvider
return string
コード例 #1
0
		string IInternalConfigHost.DecryptSection (string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection)
		{
			return protectedSection.DecryptSection (encryptedXml, protectionProvider);
		}
コード例 #2
0
 string IInternalConfigHost.DecryptSection(string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedSection)
 {
     return(protectedSection.DecryptSection(encryptedXml, protectionProvider));
 }