SourceText.ChecksumAlgorithm Property

Definition

Hash algorithm to use to calculate checksum of the text that's saved to PDB.

public:
 property Microsoft::CodeAnalysis::Text::SourceHashAlgorithm ChecksumAlgorithm { Microsoft::CodeAnalysis::Text::SourceHashAlgorithm get(); };
public Microsoft.CodeAnalysis.Text.SourceHashAlgorithm ChecksumAlgorithm { get; }
member this.ChecksumAlgorithm : Microsoft.CodeAnalysis.Text.SourceHashAlgorithm
Public ReadOnly Property ChecksumAlgorithm As SourceHashAlgorithm

Property Value

Applies to