AL.AlgorithmId Property

Definition

Gets or sets an algorithm to hash all files in a multifile assembly except the file that contains the assembly manifest.

This API supports the product infrastructure and is not intended to be used directly from your code.

public string AlgorithmId { get; set; }

Property Value

The algorithm to hash all files in a multifile assembly except the file that contains the assembly manifest.

Remarks

For more information, see the documentation for the /algid option in Al.exe (Assembly Linker).

Applies to