Data Fields

rfbCredential Union Reference
[LibVNCClient API Reference]

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

Detailed Description

For GetCredentialProc callback function to return.

Definition at line 117 of file rfbclient.h.


Field Documentation

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.

Definition at line 122 of file rfbclient.h.

Definition at line 123 of file rfbclient.h.

Definition at line 124 of file rfbclient.h.

Definition at line 125 of file rfbclient.h.

struct { ... } x509Credential

X509 (VeNCrypt).


The documentation for this union was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines