AssemblyAlgorithmIdAttribute.AlgorithmId Property

Definition

Important

This API is not CLS-compliant.

Gets the hash algorithm of an assembly manifest's contents.

public:
 property System::UInt32 AlgorithmId { System::UInt32 get(); };
[System.CLSCompliant(false)]
public uint AlgorithmId { get; }
[<System.CLSCompliant(false)>]
member this.AlgorithmId : uint32
Public ReadOnly Property AlgorithmId As UInteger

Property Value

An unsigned integer representing the assembly hash algorithm.

Attributes

Applies to

See also