Is there a way to authenticate a customer without prompting? Ideally I'd like to be able to pass a value from my application via the Agent to the server-side, and then pass that value to an ASP page. The value passed is a maintenance key that my client-side application has access to. The ASP page does a lookup for the maintenance key and returns OK or FAILED to the update service.

I've seen many requests for this on the forum, but I haven't actually seen a way to do it. Any samples?

TIA
Joe