2015年11月12日
摘要: 检测是否存在指定的证书: /// /// 检测是否存在指定的证书 /// /// static bool CheckCert() { bool result = false; ... 阅读全文
posted @ 2015-11-12 13:49 广 阅读(936) 评论(0) 推荐(0)
摘要: 1、2、3、使用vs启动应用时会提示 阅读全文
posted @ 2015-11-12 13:40 广 阅读(251) 评论(0) 推荐(0)
摘要: public bool IsAdministrator(){ WindowsIdentity current = WindowsIdentity.GetCurrent(); WindowsPrincipal windowsPrincipal = new WindowsPrincipal(... 阅读全文
posted @ 2015-11-12 13:33 广 阅读(625) 评论(0) 推荐(1)
摘要: 服务端配置 ... 阅读全文
posted @ 2015-11-12 12:00 广 阅读(185) 评论(0) 推荐(0)