March 2002
Intermediate to advanced
864 pages
31h 8m
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 method AssemblyAlgorithmIdAttribute( System.Configuration.Assemblies.AssemblyHashAlgorithm algorithmId); public method AssemblyAlgorithmIdAttribute( uint algorithmId); // Public Instance Properties public field uint AlgorithmId{get; } }
System.Object→System.Attribute→AssemblyAlgorithmIdAttribute
Assembly