public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container, System.DirectoryServices.AccountManagement.ContextOptions options, string userName, string password)
 {
 }
 public bool ValidateCredentials(string userName, string password, System.DirectoryServices.AccountManagement.ContextOptions options)
 {
     throw null;
 }
Exemple #3
0
 public bool ValidateCredentials(string userName, string password, System.DirectoryServices.AccountManagement.ContextOptions options)
 {
     return(default(bool));
 }