| 
      
    | 
   
Attempts to resolve the given credentials.  
- Parameters
 - 
  
     | self | The DOF to perform the resolution under. This must not be NULL.  |  
     | credentials | The DOFCredentials to resolve. This must not be NULL.  |  
     | timeout | The amount of time to wait for the credentials to be resolved.  |  
    | [out] | pException | An Exception. If pException is NULL, no exception is reported. Otherwise, the output is either a DOFException, or NULL to indicate no exception occurred. DOFException_Destroy must be called to destroy the returned DOFException, if any. |  
   
   
 
- Return values
 - 
  
    | TRUE | if the credentials were resolved in the time given.  |  
   
   
 
- Exceptions
 - 
  
    | FALSE | is returned if the credentials failed to be resolved in the time given. If pException is not NULL, the returned exception will give more details of the failure.  |  
   
   
 
 
 
     |