For GetCredentialProc callback function to return. More...
#include <rfbclient.h>
Data Fields | |
| struct { | |
| char * x509CACertFile | |
| char * x509CACrlFile | |
| char * x509ClientCertFile | |
| char * x509ClientKeyFile | |
| } | x509Credential |
| X509 (VeNCrypt). | |
| struct { | |
| char * username | |
| char * password | |
| } | userCredential |
| Plain (VeNCrypt), MSLogon (UltraVNC). | |
For GetCredentialProc callback function to return.
Definition at line 117 of file rfbclient.h.
| char* password |
Definition at line 131 of file rfbclient.h.
| struct { ... } userCredential |
Plain (VeNCrypt), MSLogon (UltraVNC).
| char* username |
Definition at line 130 of file rfbclient.h.
| char* x509CACertFile |
Definition at line 122 of file rfbclient.h.
| char* x509CACrlFile |
Definition at line 123 of file rfbclient.h.
| char* x509ClientCertFile |
Definition at line 124 of file rfbclient.h.
| char* x509ClientKeyFile |
Definition at line 125 of file rfbclient.h.
| struct { ... } x509Credential |
X509 (VeNCrypt).
1.7.1