码迷,mamicode.com
首页 >  
搜索关键字:security    ( 6031个结果
MS对WCF配置中security节点的解释
摘录地址:http://msdn.microsoft.com/zh-CN/library/azure/ms731347 的 .NET Framework 4.5其他版本此主题尚未评级-评价此主题定义的安全功能。 特性和元素以下几节描述了特性、子元素和父元素特性特性说明mode可选项。指定所...
分类:其他好文   时间:2014-05-26 15:21:50    阅读次数:340
asp.net字符串加密与解密
1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Web; 5 using System.Web.Security; 6 using System.Web.UI; 7 using Sy....
分类:Web程序   时间:2014-05-26 11:49:40    阅读次数:223
The Security Database on the Server Does Not Have a Computer Account
这两天在做微软App-V应用程序虚拟化的试验,公司需要测试自有C/S架构产品在其上的部署。搭建过程比较顺利,突然的今天上班后发现App-VServer(域成员服务器)使用域用户登陆时报错:TheSecurityDatabaseontheServerDoesNotHaveaComputerAccountforThisWorkstationTrustRelations..
分类:数据库   时间:2014-05-22 18:09:28    阅读次数:1107
mvc 微软票据验证
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Security;namespace 验证权限.Control...
分类:Web程序   时间:2014-05-22 15:36:02    阅读次数:264
DES加密解密字符串的JAVA实现(lp)
野火烧不尽,春风吹又生。众里寻他千百度,蓦然回首,那人却在灯火阑珊处。天作孽,犹可违,自作孽,不可活。山高月小,水落石出。晴川历历汉阳树,芳草萋萋鹦鹉洲。 package test.des2.tt; /**    *   * 这个是真正实用的。修正了以前方法的只加密了前8位正确的bug。  */ import java.security.*; import javax...
分类:编程语言   时间:2014-05-21 14:31:16    阅读次数:337
ASA 8.0命令解析
有些朋友对配防火墙还是有问题,其实配置ASA防火墙很简单,常用的命令有hostname、interface(ipaddress、noshutdown、nameif、security-level)、nat、global、route、static、access-list、access-group。下面来解析一台ASA8.0的配置ASAVersion8.0(2)//注意版本,8.3以后NAT命..
分类:其他好文   时间:2014-05-20 21:55:33    阅读次数:1000
怎样计算页面执行的时间?
第一步:建立所有页面的基类PageBase.csusing System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using...
分类:其他好文   时间:2014-05-19 22:20:12    阅读次数:368
命名管道与匿名管道
匿名管道父进程#include#includemain(){HANDLEread=NULL,write=NULL;//定义两句柄SECURITY_ATTRIBUTESss;STARTUPINFOsa={0};PROCESS_INFORMATIONpp={0};//定义结构体SECURITY_ATTR...
分类:其他好文   时间:2014-05-19 18:36:09    阅读次数:276
page事件
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:其他好文   时间:2014-05-19 13:39:55    阅读次数:131
C#加密算法汇总(转载)http://www.cnblogs.com/zengxiangzhan/archive/2010/01/30/1659687.html
1234567891011121314151617181920212223242526方法一://须添加对System.Web的引用 usingSystem.Web.Security; ... /// /// SHA1加密字符串 /// /// 源字符串 /// 加密后的字符串 publicst.....
分类:Web程序   时间:2014-05-16 03:00:06    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!