Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

PackageSignatureValidation.ResultMessage Property

Obtains the validation result message.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v21.1.dll

Declaration

public string ResultMessage { get; }

Property Value

Type Description
String

The result message.

Remarks

The result message contains the validation result (for example, “Digital signature(s) is partially valid”), the package format, and and file name.

See Also