Click or drag to resize
MimeKit

ArcValidationResultSeals Property

Get the validation results for each of the ARC-Seal headers.

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

Property Value

ArcHeaderValidationResult
The array of validation results for the ARC-Seal headers or null if no ARC-Seal headers were found.
Remarks
Gets the validation results for each of the ARC-Seal headers in their instance order.
See Also