SignedExchangeSignatureCertificates Property |
Version 130.1.90
The encoded certificates.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string[] Certificates { get; set; }
public:
property array<String^>^ Certificates {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
StringSee Also