Click or drag to resize

SecurityDetails.SignedCertificateTimestampList Property

Version 88.2.90
List of signed certificate timestamps (SCTs).

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

Property Value

Type: IList<SignedCertificateTimestamp>
See Also