AssemblyAlgorithmIdAttribute Class
Specifies an algorithm to hash all files in an assembly. This class cannot be inherited.
For a list of all members of this type, see AssemblyAlgorithmIdAttribute Members.
System.Object
System.Attribute
System.Reflection.AssemblyAlgorithmIdAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Assembly)> NotInheritable Public Class AssemblyAlgorithmIdAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Assembly)] public sealed class AssemblyAlgorithmIdAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Assembly)] public __gc __sealed class AssemblyAlgorithmIdAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Assembly) class AssemblyAlgorithmIdAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: Mscorlib (in Mscorlib.dll)
See Also
AssemblyAlgorithmIdAttribute Members | System.Reflection Namespace