LibVNCServer/LibVNCClient
Data Fields
rfbCredential Union Reference

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...
 

Detailed Description

For GetCredentialProc callback function to return.

Examples
SDLvncviewer.c.

Definition at line 142 of file rfbclient.h.

Field Documentation

◆ password

char* password
Examples
SDLvncviewer.c.

Definition at line 157 of file rfbclient.h.

◆ 

struct { ... } userCredential

Plain (VeNCrypt), MSLogon (UltraVNC)

Examples
SDLvncviewer.c.

◆ username

char* username
Examples
SDLvncviewer.c.

Definition at line 156 of file rfbclient.h.

◆ x509CACertFile

char* x509CACertFile

Definition at line 147 of file rfbclient.h.

◆ x509CACrlFile

char* x509CACrlFile

Definition at line 148 of file rfbclient.h.

◆ x509ClientCertFile

char* x509ClientCertFile

Definition at line 149 of file rfbclient.h.

◆ x509ClientKeyFile

char* x509ClientKeyFile

Definition at line 150 of file rfbclient.h.

◆ 

struct { ... } x509Credential

X509 (VeNCrypt)

◆ x509CrlVerifyMode

uint8_t x509CrlVerifyMode

Definition at line 151 of file rfbclient.h.


The documentation for this union was generated from the following file: