Click or drag to resize

SecurityDetailsSignedCertificateTimestampList Property

Version 108.4.130
List of signed certificate timestamps (SCTs).

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

Property Value

Type: IListSignedCertificateTimestamp
See Also