代码搜索:Authentication

找到约 6,490 项符合「Authentication」的源代码

代码结果 6,490
www.eeworm.com/read/179715/5302095

c ssl_old.c

/* * Program: SSL authentication/encryption module for Windows 9x and NT * * Author: Mark Crispin * Networks and Distributed Computing * Computing & Communications * University of Washington
www.eeworm.com/read/179715/5302106

c ssl_nt.c

/* * Program: SSL authentication/encryption module for Windows 9x and NT * * Author: Mark Crispin * Networks and Distributed Computing * Computing & Communications * University of Washington
www.eeworm.com/read/177773/5320516

config web.config

www.eeworm.com/read/176751/5335293

java authdisplaymngr.java

/** AuthDisplayMngr is a class that knows how to display various parts of * the authentication system. It's currently used to generate the content * of the login screen and setup the password chang
www.eeworm.com/read/173141/5379632

out secureusers.out

ij> -- -- Specifically test SECURE users and various authentication -- service/scheme configuration for different databases. -- -- Configure the 6 different databases with for each -- of them, a diffe
www.eeworm.com/read/349752/3140279

c simple.c

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/349752/3140283

c auth-pam.c

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/349752/3140287

c down-root.c

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/338072/3324228

c auth_snt.c

/* * Program: SSL authentication/encryption module for Windows 9x and NT * * Author: Mark Crispin * Networks and Distributed Computing * Computing & Communications * University of Washington
www.eeworm.com/read/325240/3485999

config jaas.config

// jaas.config // Configures JAAS to use NTLoginModule // for authentication. AuthenticateNT { com.sun.security.auth.module.NTLoginModule required debug=false; };