I am developping custom credential provider for a horizon remote desktop. I need to get authentication informations that is authenticated with Horizon Client on the client side.
Because Horizon don't give authentication informations to the credential provider.
If I use RDP protocol, I can get a user and domain name from WTSQueryInformation(Windows API). But If I use PCoIP or Blast, I can't get none of informations.
I checked "Session Enhancement SDK" and "RDP VC Bridge SDK". But I couldn't find such apis.
Can I get a user name and domain name and password of horizon client on remote(desktop) side?
Is there any SDK that has such functionality?