|
LibVNCServer/LibVNCClient
|
For GetCredentialProc callback function to return. More...
#include <rfbclient.h>
Data Fields | |
| struct { | |
| char * x509CACertFile | |
| char * x509CACrlFile | |
| char * x509ClientCertFile | |
| char * x509ClientKeyFile | |
| uint8_t x509CrlVerifyMode | |
| } | x509Credential |
| X509 (VeNCrypt) More... | |
| struct { | |
| char * username | |
| char * password | |
| } | userCredential |
| Plain (VeNCrypt), MSLogon (UltraVNC) More... | |
For GetCredentialProc callback function to return.
Definition at line 142 of file rfbclient.h.
| char* password |
Definition at line 157 of file rfbclient.h.
| struct { ... } userCredential |
Plain (VeNCrypt), MSLogon (UltraVNC)
| char* username |
Definition at line 156 of file rfbclient.h.
| char* x509CACertFile |
Definition at line 147 of file rfbclient.h.
| char* x509CACrlFile |
Definition at line 148 of file rfbclient.h.
| char* x509ClientCertFile |
Definition at line 149 of file rfbclient.h.
| char* x509ClientKeyFile |
Definition at line 150 of file rfbclient.h.
| struct { ... } x509Credential |
X509 (VeNCrypt)
| uint8_t x509CrlVerifyMode |
Definition at line 151 of file rfbclient.h.