Enum SourceHashAlgorithm
Specifies a hash algorithms used for hashing source files.
Namespace: Loretta.CodeAnalysis.Text
Assembly: cs.temp.dll.dll
Syntax
public enum SourceHashAlgorithm
Fields
| Name | Description |
|---|---|
| None | No algorithm specified. |
| Sha1 | Secure Hash Algorithm 1. |
| Sha256 | Secure Hash Algorithm 2 with a hash size of 256 bits. |