Click or drag to resize
MimeKit

ArcValidationResultMessageSignature Property

Get the validation results for the ARC-Message-Signature header.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ArcHeaderValidationResult MessageSignature { get; }

Property Value

ArcHeaderValidationResult
The 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