TlsCertificate.listNewFromFile

Creates one or more GTlsCertificates from the PEM-encoded data in file. If file cannot be read or parsed, the function will return NULL and set error. If file does not contain any PEM-encoded certificates, this will return an empty list and not set error. Since 2.28

class TlsCertificate
static
listNewFromFile
(
string file
)

Parameters

file string

file containing PEM-encoded certificates to import

Return Value

Type: ListG

a GList containing GTlsCertificate objects. You must free the list and its contents when you are done with it. [element-type Gio.TlsCertificate][transfer full]

Throws

GException on failure.

Meta