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:
 property System::String ^ AlgorithmId { System::String ^ get(); void set(System::String ^ value); };
public string AlgorithmId { get; set; }
member this.AlgorithmId : string with get, set
Public Property AlgorithmId As String

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