[ CCode ( type_id = "gcr_certificate_widget_get_type ()" ) ]
public class CertificateWidget : Bin, Implementor, Buildable
A widget that can be used to display a certificate.
A certificate widget is normally in a collapsed state showing only details, but can be expanded by the user.
Use [ctor@CertificateWidget.new] to create a new certificate widget. Only one certificate can be displayed. It contains a [iface@Viewer] internally and [class@CertificateRenderer] is used to render the certificate to the viewer.
To show more than one certificate in a view, create the viewer and add renderers to it.