CertificateConfigurationResponse

data class CertificateConfigurationResponse(val certificate: CertificateInformationResponse? = null, val certificatePassword: String? = null, val encodedCertificate: String? = null, val storeName: String)

Certificate configuration which consist of non-trusted intermediates and root certificates.

Constructors

Link copied to clipboard
constructor(certificate: CertificateInformationResponse? = null, certificatePassword: String? = null, encodedCertificate: String? = null, storeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Certificate information.

Link copied to clipboard

Certificate Password.

Link copied to clipboard

Base64 Encoded certificate.

Link copied to clipboard

The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.