EmbeddedText.Checksum Property

Definition

The ChecksumAlgorithm hash of the uncompressed bytes that's saved to the PDB.

public:
 property System::Collections::Immutable::ImmutableArray<System::Byte> Checksum { System::Collections::Immutable::ImmutableArray<System::Byte> get(); };
public System.Collections.Immutable.ImmutableArray<byte> Checksum { get; }
member this.Checksum : System.Collections.Immutable.ImmutableArray<byte>
Public ReadOnly Property Checksum As ImmutableArray(Of Byte)

Property Value

Applies to