SecurityDetailsServerSignatureAlgorithm Property  | 
Version 106.0.290 
            The signature algorithm used by the server in the TLS server signature,
            represented as a TLS SignatureScheme code point. Omitted if not
            applicable or not known.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic int? ServerSignatureAlgorithm { get; set; }public:
property Nullable<int> ServerSignatureAlgorithm {
	Nullable<int> get ();
	void set (Nullable<int> value);
}Property Value
Type: 
NullableInt32
See Also