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