Name

AssemblyAlgorithmIdAttribute

Synopsis

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; } 
}

Hierarchy

System.ObjectSystem.AttributeAssemblyAlgorithmIdAttribute

Valid On

Assembly

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.