Passing parameters to client with clickonce (security questions)

  • Thread starter Thread starter R
  • Start date Start date
R

R

Hi,

I need to limit the deployment based on user LDAP authentication. When using
clickonce I didn't find a way for the application to check client credential
before allowing the download. Is this possible to do with
ApplicationDeployment class or any other way?

Thanks
R
 
Click Once is no more than a web page. Just incoporate whatever
authentication you want in the web page.
 
Click Once is no more than a web page. Just incoporate whatever
authentication you want in the web page.
 
Can you give example on how to pass parameters from client to the server
where the application assembloies are deployed to?
 
Can you give example on how to pass parameters from client to the server
where the application assembloies are deployed to?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top