get_property


Description:

[ CCode ( cname = "camel_cipher_certinfo_get_property" ) ]
[ Version ( since = "3.22" ) ]
public void* get_property (string name)

Gets a named property name value for the given cert_info.

Parameters:

name

a property name

cert_info

a CipherCertInfo

Returns:

Value of a named property of the cert_info, or null when no such property exists. The returned value is owned by the cert_info and is valid until the cert_info is freed.