GME
13
|
#include <svn_auth.h>
Public Attributes | |
const char * | cert_file |
svn_boolean_t | may_save |
SVN_AUTH_CRED_SSL_CLIENT_CERT
credentials.
Definition at line 239 of file svn_auth.h.
const char* svn_auth_cred_ssl_client_cert_t::cert_file |
Absolute path to the certificate file
Definition at line 242 of file svn_auth.h.
Indicates if the credentials may be saved (to disk). For example, a GUI prompt implementation with a remember certificate checkbox shall set may_save to TRUE if the checkbox is checked.
Definition at line 247 of file svn_auth.h.