Click or drag to resize

CertificateVerificationErrorDetailedDescription Property

Gets a detailed localized human-friendly description of the verification error.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string DetailedDescription { get; }

Property Value

Type: String
A string containing detailed localized human-friendly description of the verification error.
Remarks

This message is formatted with HTML.

See Also