Gets and sets the property CertificateChain.
The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain.

C# |
public string CertificateChain { get; set; }
The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain.
C# |
public string CertificateChain { get; set; }