System.Reflection.AssemblyAlgorithmIdAttribute Class

Specifies an algorithm to hash all files in an assembly. This class cannot be inherited.

See Also: AssemblyAlgorithmIdAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Assembly, Inherited=false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class AssemblyAlgorithmIdAttribute : Attribute

Remarks

The file hash values and names in the assembly are stored in the assembly manifest. When a file is loaded, the hash value is used to verify that a file has not been changed since the manifest was built.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0