SecurityDetailsSignedCertificateTimestampList Property |
Version 118.6.80
List of signed certificate timestamps (SCTs).
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<SignedCertificateTimestamp> SignedCertificateTimestampList { get; set; }
public:
property IList<SignedCertificateTimestamp^>^ SignedCertificateTimestampList {
IList<SignedCertificateTimestamp^>^ get ();
void set (IList<SignedCertificateTimestamp^>^ value);
}
Property Value
Type:
IListSignedCertificateTimestampSee Also