Adds Domain Credentials to a connection.
Remove these credentials with DOFConnection_RemoveDomain.
- Note
- This may cause an AS route to be added for the given credentials.
- Parameters
-
self | The Connection to add the domain credentials to. Must not be NULL. |
domain | The DOFDomainConfig for the domain you wish to add. Must not be NULL. |
timeout | The amount of time to try and add the domain credentials. |
exception | [OUT] will hold an exception if one happens. May be NULL, if NULL no exception can be reported. |
- Returns
- boolean TRUE, if it was added. FALSE, if it failed to be added.