list_certs
Description:
[
Version ( since =
"3.16" ) ]
public SList<
Cert>
list_certs ()
Gathers a list of known certificates.
Each certificate in the returned SList is referenced, thus unref it with
unref when done with it, the same as free the list itself.
Parameters:
Returns:
Newly allocated list of referenced CamelCert-s, which are stored in the this.
|