SecurityDetailsSignedCertificateTimestampList Property  | 
Version 93.1.111 
            List of signed certificate timestamps (SCTs).
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic IList<SignedCertificateTimestamp> SignedCertificateTimestampList { get; set; }public:
property IList<SignedCertificateTimestamp^>^ SignedCertificateTimestampList {
	IList<SignedCertificateTimestamp^>^ get ();
	void set (IList<SignedCertificateTimestamp^>^ value);
}Property Value
Type: 
IListSignedCertificateTimestamp
See Also