SourceHashAlgorithm Enum

Definition

Specifies a hash algorithms used for hashing source files.

public enum class SourceHashAlgorithm
public enum SourceHashAlgorithm
type SourceHashAlgorithm = 
Public Enum SourceHashAlgorithm
Inheritance
SourceHashAlgorithm

Fields

Name Value Description
None 0

No algorithm specified.

Sha1 1

Secure Hash Algorithm 1.

Sha256 2

Secure Hash Algorithm with a hash size of 256 bits.

Sha384 3

Secure Hash Algorithm with a hash size of 384 bits.

Sha512 4

Secure Hash Algorithm with a hash size of 512 bits.

Applies to