August 2003
Intermediate to advanced
928 pages
32h 1m
English
AssemblyAlgorithmIdAttribute
The assembly manifest contains a hash of all of the files in the assembly. This attribute allows you to specify and change which hashing algorithm is used to hash these files.
public sealed class AssemblyAlgorithmIdAttribute : Attribute { // Public Constructors public AssemblyAlgorithmIdAttribute(System.Configuration.Assemblies.AssemblyHashAlgorithmalgorithmId); public AssemblyAlgorithmIdAttribute(uintalgorithmId); // Public Instance Properties public uint AlgorithmId{get; } }
System.Object
→
System.Attribute
→
AssemblyAlgorithmIdAttribute
Assembly