C# 클래스 Floream.People.Ldap

파일 보기 프로젝트 열기: AVADOLearning/floream-we-are 1 사용 예제들

공개 메소드들

메소드 설명
GetUser ( string username ) : System.DirectoryServices.SearchResult
GetUsers ( ) : System.DirectoryServices.SearchResultCollection
IsAuthenticated ( string domain, string username, string pwd ) : bool
Ldap ( string path ) : System.DirectoryServices

메소드 상세

GetUser() 공개 메소드

public GetUser ( string username ) : System.DirectoryServices.SearchResult
username string
리턴 System.DirectoryServices.SearchResult

GetUsers() 공개 메소드

public GetUsers ( ) : System.DirectoryServices.SearchResultCollection
리턴 System.DirectoryServices.SearchResultCollection

IsAuthenticated() 공개 메소드

public IsAuthenticated ( string domain, string username, string pwd ) : bool
domain string
username string
pwd string
리턴 bool

Ldap() 공개 메소드

public Ldap ( string path ) : System.DirectoryServices
path string
리턴 System.DirectoryServices