pub unsafe extern "C" fn svn_auth_get_ssl_client_cert_file_provider(
provider: *mut *mut svn_auth_provider_object_t,
pool: *mut apr_pool_t,
)
Expand description
Set @a *provider to an authentication provider of type @c svn_auth_cred_ssl_client_cert_t, allocated in @a pool.
@a *provider retrieves its credentials from the configuration mechanism. The returned credential is used to load the appropriate client certificate for authentication when requested by a server.
@since New in 1.4.