| Kevin Burton 2006-12-17, 7:20 am |
| I have an application that will not have a UI. I noticed that in the SDK the
CatalogManager initializes the CatalogContext using a CatalogServiceAgent. In
the construction of an instance of this object one needs to pass in an
implementation of the IPromptForCredentials interface. The SDK has a UI so
popping up a dialog box is appropriate. I was wondering about passing in an
implementation that gets the credentials without a UI. In order to do this a
code for all evetualites I was wondering under what circumstances this
"callback" is used? I so far have not seen this interface called but I don't
want to assume that it will never be called because . . . Any suggestions or
experiences are greatly appreciated.
Thank you.
Kevin
|