Click or drag to resize

SecurityDetailsSignedCertificateTimestampList Property

Version 130.1.90
List of signed certificate timestamps (SCTs).

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<SignedCertificateTimestamp> SignedCertificateTimestampList { get; set; }

Property Value

IListSignedCertificateTimestamp
See Also