Represents a Docker content digest.
Initializes a new instance of the DockerDigest class.
Gets the hash algorithm.
Gets the hash value.
Gets a value indicating whether the algorithm is SHA256.
Returns a value indicating whether two digests are equivalent.
Returns a value indicating whether this digest is equivalent to another digest.
Returns a hash code for the instance.
Parses the specified string and returns a DockerDigest instance.
Returns just the hash code as a hex string.
Returns a string representation of the digest in the form algorithm:hash.