随笔分类 - C#
摘要://解决方法: //引入命名空间: using System.Security.Cryptography.X509Certificates; using System.Net.Security; //定义方法: private static bool RemoteCertificateValidate(object sender, X509Certificate cert, X509Ch...
阅读全文
摘要:/// /// 获取枚举值上的Description特性说明/// /// 枚举类型/// 枚举值/// public static string GetDescription(T obj){ Type type = obj.GetType(); FieldInfo field = ty...
阅读全文

浙公网安备 33010602011771号