FileParams.CheckSum

FileParams.CheckSum property

A 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream.

public string CheckSum { get; }

See Also