ServerCertificateCommonNameResponse

data class ServerCertificateCommonNameResponse(val certificateCommonName: String, val certificateIssuerThumbprint: String)

Describes the server certificate details using common name.

Constructors

Link copied to clipboard
constructor(certificateCommonName: String, certificateIssuerThumbprint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The common name of the server certificate.

Link copied to clipboard

The issuer thumbprint of the server certificate.