摘要:
using System;using System.IO;using System.Security;using System.Security.Cryptography;using System.Runtime.InteropServices;using System.Text;namespace CSEncryptDecrypt{ class Class1 { // Call this function to remove the key from memory after use for security [System.Runtime.InteropSer... 阅读全文
摘要:
/// <summary>/// Author: jxq/// </summary>public class XmlConfigReader{ #region 获取指定XML路径的XmlDocument对象 /// <summary> /// 根据XML文件路径获取XmlDocument对象 /// </summary> /// <param name="xmlFilePath"></param> /// <returns></returns> public static Xml 阅读全文