get_name


Description:

public unowned string get_name ()

Get the name associated with the certificate.

For email certificates, this is usually the name of the person who controls the certificate (encoded in UTF-8). If the certificate contains more than one name with different validities, the name with the highest validity is returned. If more than one name appears in the certificate with the same (highest) validity, the first such name will be returned.

Parameters:

this

a Certificate

Returns:

the the relevant name or null if unspecified.