pkcs7 property

String? pkcs7
getter/setter pair

Input only.

The public key and its certificate chain. The chain must be in [PKCS#7](https://en.wikipedia.org/wiki/PKCS_7) format and use PEM encoding and ASCII armor.

Implementation

core.String? pkcs7;