Click or drag to resize
MimeKit

MimePartVerifyContentMd5 Method

Verify the Content-Md5 value against an independently computed md5sum.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public bool VerifyContentMd5()

Return Value

Boolean
if content MD5 checksum was verified; otherwise, .

Implements

IMimePartVerifyContentMd5
Exceptions
ExceptionCondition
ObjectDisposedException The MimePart has been disposed.
Remarks
Computes the MD5 checksum of the MIME content and compares it with the value in the Content-MD5 header, returning if and only if the values match.
See Also