Click or drag to resize

SecurityDetails.SignedCertificateTimestampList Property

Version 111.2.70
List of signed certificate timestamps (SCTs).

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

Property Value

Type: IList<SignedCertificateTimestamp>
See Also