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.3.0
Syntax
C#
public bool VerifyContentMd5()

Return Value

Boolean
true, if content MD5 checksum was verified, false otherwise.
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 true if and only if the values match.
See Also