Click or drag to resize

SecurityDetailsSignedCertificateTimestampList Property

Version 86.0.240
List of signed certificate timestamps (SCTs).

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

Property Value

Type: IListSignedCertificateTimestamp
See Also