Certificate Description Response
data class CertificateDescriptionResponse(val thumbprint: String, val thumbprintSecondary: String? = null, val x509StoreName: String? = null)
Describes the certificate details.
Constructors
Link copied to clipboard
fun CertificateDescriptionResponse(thumbprint: String, thumbprintSecondary: String? = null, x509StoreName: String? = null)