Certificate Description Response
data class CertificateDescriptionResponse(val thumbprint: String, val thumbprintSecondary: String? = null, val x509StoreName: String? = null)
Describes the certificate details.
Describes the certificate details.