KeyCertificatePairCertificateChain Property |
PEM encoded certificate chain.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic string CertificateChain { get; }
Public ReadOnly Property CertificateChain As String
Get
public:
property String^ CertificateChain {
String^ get ();
}
member CertificateChain : string with get
Property Value
Type:
String
See Also