| ArcValidationResultSeals Property |
Get the validation results for each of the ARC-Seal headers.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public ArcHeaderValidationResult[] Seals { get; }
Property Value
ArcHeaderValidationResultThe 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