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