Gets the RawDataUniqueID EXIF tag.
Description: This tag contains a 16-byte unique identifier for the raw image data in the DNG file. DNG readers can use this tag to recognize a particular raw image, even if the file's name or the metadata contained in the file has been changed. If a DNG writer creates such an identifier, it should do so using an algorithm that will ensure that it is very unlikely two different images will end up having the same identifier.
Id: 50781 (0xc65d)
Type: Byte
public static ExifTag RawDataUniqueID { get; }
Public Shared ReadOnly Property RawDataUniqueID As ExifTag
Get