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?
 
Back
Top