Click or drag to resize

SecurityDetailsServerSignatureAlgorithm Property

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public int? ServerSignatureAlgorithm { get; set; }

Property Value

NullableInt32
See Also