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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void GetDEREncodedIssuerChain(
out long chainCount,
out CefBinaryValue chain
)
Parameters
- chainCount Int64
-
- chain CefBinaryValue
-
See Also