Click or drag to resize

CefSslInfoSubject Property

Returns the subject of the X.509 certificate. For HTTPS server certificates this represents the web server. The common name of the subject should match the host name of the web server.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefSslCertPrincipal Subject { get; }

Property Value

Type: CefSslCertPrincipal
See Also