随笔分类 -  C#

摘要://解决方法: //引入命名空间: using System.Security.Cryptography.X509Certificates; using System.Net.Security; //定义方法: private static bool RemoteCertificateValidate(object sender, X509Certificate cert, X509Ch... 阅读全文
posted @ 2016-05-19 11:54 落一叶而知秋 阅读(4235) 评论(0) 推荐(0)
摘要:/// /// 获取枚举值上的Description特性说明/// /// 枚举类型/// 枚举值/// public static string GetDescription(T obj){ Type type = obj.GetType(); FieldInfo field = ty... 阅读全文
posted @ 2015-09-06 11:17 落一叶而知秋 阅读(545) 评论(0) 推荐(0)