CertificateSecurityStateCertificateHasSha1Signature Property  | 
Version 104.4.240 
            True if the certificate has a SHA1 signature in the chain.
            
 
    Namespace: 
   CefSharp.DevTools.Security
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic bool CertificateHasSha1Signature { get; set; }public:
property bool CertificateHasSha1Signature {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also