C# Class NSoft.NFramework.WindowsSystem.AdServiceTool

Active Directory 관련 Utility Class
显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
Authenticate ( string adPath, string username, string password ) : bool

Active Directory 서버에서 사용자 인증을 수행한다.

Authenticate ( string adPath, string username, string password, AuthenticationTypes authType ) : bool

Active Directory 서버에서 사용자 인증을 수행한다.

Method Details

Authenticate() public static method

Active Directory 서버에서 사용자 인증을 수행한다.
public static Authenticate ( string adPath, string username, string password ) : bool
adPath string AD 서버 경로 (ex: LDAP://ServerName )
username string 사용자 Id
password string 사용자 비밀번호
return bool

Authenticate() public static method

Active Directory 서버에서 사용자 인증을 수행한다.
public static Authenticate ( string adPath, string username, string password, AuthenticationTypes authType ) : bool
adPath string AD 서버 경로 (ex: LDAP://ServerName )
username string 사용자 Id
password string 사용자 비밀번호
authType AuthenticationTypes 인증 형식
return bool