C# Class Floream.People.Ldap

Afficher le fichier Open project: AVADOLearning/floream-we-are Class Usage Examples

Méthodes publiques

Méthode Description
GetUser ( string username ) : System.DirectoryServices.SearchResult
GetUsers ( ) : System.DirectoryServices.SearchResultCollection
IsAuthenticated ( string domain, string username, string pwd ) : bool
Ldap ( string path ) : System.DirectoryServices

Method Details

GetUser() public méthode

public GetUser ( string username ) : System.DirectoryServices.SearchResult
username string
Résultat System.DirectoryServices.SearchResult

GetUsers() public méthode

public GetUsers ( ) : System.DirectoryServices.SearchResultCollection
Résultat System.DirectoryServices.SearchResultCollection

IsAuthenticated() public méthode

public IsAuthenticated ( string domain, string username, string pwd ) : bool
domain string
username string
pwd string
Résultat bool

Ldap() public méthode

public Ldap ( string path ) : System.DirectoryServices
path string
Résultat System.DirectoryServices