Method

SnapdAssertionget_signature

since: 1.0

Declaration [src]

gchar*
snapd_assertion_get_signature (
  SnapdAssertion* assertion
)

Description [src]

Get the signature of the assertion.

Available since: 1.0

Return value

Type: gchar*

Assertion signature.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.