| ArcValidationResultMessageSignature Property |
Get the validation results for the ARC-Message-Signature header.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public ArcHeaderValidationResult MessageSignature { get; }
Property Value
ArcHeaderValidationResultThe validation results for the ARC-Message-Signature header or
null
if the ARC-Message-Signature header was not found.
Remarks
Gets the validation results for the ARC-Message-Signature header.
See Also