getUserCertificate

abstract suspend fun getUserCertificate(updateProgress: suspend (progress: Progress) -> Unit = {}): String?

Get user certificate as PEM or null if it is not set

Return

user certificate or null if it is not set

Parameters

updateProgress

of the operation