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