Support using smartcard for gateway authentication

This commit is contained in:
fifthdegree
2022-10-16 15:54:59 -04:00
committed by David Fort
parent e847f159a6
commit eb04eb0008
8 changed files with 108 additions and 42 deletions

View File

@@ -118,7 +118,8 @@ extern "C"
char** domain);
typedef BOOL (*pAuthenticateEx)(freerdp* instance, char** username, char** password,
char** domain, rdp_auth_reason reason);
typedef BOOL (*pChooseSmartcard)(SmartcardCertInfo** cert_list, DWORD count, DWORD* choice);
typedef BOOL (*pChooseSmartcard)(SmartcardCertInfo** cert_list, DWORD count, DWORD* choice,
BOOL gateway);
/** @brief Callback used if user interaction is required to accept
* an unknown certificate.