CertificateDescriptionResponse

data class CertificateDescriptionResponse(val thumbprint: String, val thumbprintSecondary: String? = null, val x509StoreName: String? = null)

Describes the certificate details.

Constructors

Link copied to clipboard
constructor(thumbprint: String, thumbprintSecondary: String? = null, x509StoreName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Thumbprint of the primary certificate.

Link copied to clipboard

Thumbprint of the secondary certificate.

Link copied to clipboard
val x509StoreName: String? = null

The local certificate store location.