Click or drag to resize

CefSslInfoGetDEREncodedIssuerChain Method

Returns the DER 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void GetDEREncodedIssuerChain(
	out long chainCount,
	out CefBinaryValue chain
)

Parameters

chainCount  Int64
 
chain  CefBinaryValue
 
See Also