X509CertificateNameResponse

data class X509CertificateNameResponse(val issuerCertificateThumbprint: String? = null, val name: String? = null)

Properties of server X509Names.

Constructors

Link copied to clipboard
constructor(issuerCertificateThumbprint: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Thumbprint for the Issuer of the Certificate.

Link copied to clipboard
val name: String? = null

Common Name of the Certificate.