SecurityDetailsSignedCertificateTimestampList Property |
Version 87.1.132
List of signed certificate timestamps (SCTs).
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.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