代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/413154/11164883
properties lahfs.properties
# authentication properties for ncar.scd.lahfs.DownloadClient
# authentication mode = plain, cert
ncar.scd.lahfs.authenticationMode=plain
ncar.scd.lahfs.loginType=MYPROXY
#ncar.scd.lahfs.username=xx
www.eeworm.com/read/413132/11165686
h hmac_md5.h
/* prototypes */
void hmac_md5( unsigned char* text, int text_len, unsigned char* key, int key_len, unsigned char* digest);
/* pointer to data stream */
/* length of data stream */
/* pointer to au
www.eeworm.com/read/249342/12509961
-
一、数据库安全性控制概述
非法使用数据库的情况
用户编写一段合法的程序绕过DBMS及其授权机制,通过操作系统直接存取、修改或备份
数据库中的数据;
直接或编写应用程序执行非授权操作;
通过多次合法查询数据库从中推导出一些保密数据
例:某数据库应用系统禁止查询单个人的工资,但允许查任意一组人的平均工资。
用户甲想了解张三的工资,于是
...
www.eeworm.com/read/147311/12567472
html genmackey.html
Generating a Message Authentication Code (MAC) Key
(Java Developers Almanac Example)
www.eeworm.com/read/135096/13962200
aspx windowsauth.aspx
void Page_Load(Object Src, EventArgs E ) {
AuthUser.Text = User.Identity.Name;
AuthType.Text = User.Identity.AuthenticationType;
www.eeworm.com/read/203895/15349713
txt webconfig.txt
(一).Web.Config是以XML文件规范存储,配置文件分为以下格式
1.配置节处理程序声明
特点: 位于配置文件的顶部,包含在标志中。
2.特定应用程序配置
特点: 位于中。 可以定义应用程序的全局常量设置等信息.
3.配置节设置
特点: 位于节中,控制Asp.net运行时的行为.
4.配置节组