Click or drag to resize

CefSslInfoGetPEMEncodedIssuerChain Method

Returns the PEM encoded data for the certificate issuer chain. If we failed to encode a certificate in the chain it is still present in the array but is an empty string.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetPEMEncodedIssuerChain(
	out long chainCount,
	out CefBinaryValue chain
)

Parameters

chainCount
Type: SystemInt64
chain
Type: Internal.Xilium.CefGlueCefBinaryValue
See Also