pemCertificateChain property

List<String>? pemCertificateChain
getter/setter pair

The chain that may be used to verify the X.509 certificate.

Expected to be in issuer-to-root order according to RFC 5246.

Output only.

Implementation

core.List<core.String>? pemCertificateChain;