ObjectDigest Property  
 

Gets the SHA-256 digest value for the current object.

Syntax

object.ObjectDigest

Remarks

This property returns a string value which specifies the digest of the object contents, computed using an SHA-256 hash. The digest value is always represented as a string of hexadecimal numbers that is exactly 64 characters long. It is important to note that even a zero-length object will have a digest, which is the standard SHA-256 NULL hash value.

Data Type

String

See Also

ObjectId Property, ObjectContent Property, ObjectSize Property, Exists Method