C# 클래스 NSoft.NFramework.WindowsSystem.AdServiceTool

Active Directory 관련 Utility Class
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
Authenticate ( string adPath, string username, string password ) : bool

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

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

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

메소드 상세

Authenticate() 공개 정적인 메소드

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

Authenticate() 공개 정적인 메소드

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 인증 형식
리턴 bool