C # in a Nutshell, Second Edition

AssemblyAlgorithmIdAttribute CF 1.0

System.Reflection (mscorlib.dll) sealed class

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.AssemblyHashAlgorithm algorithmId ); public AssemblyAlgorithmIdAttribute (uint algorithmId ); // Public Instance Properties public uint AlgorithmId {get; } }

Hierarchy

System.Object System.Attribute AssemblyAlgorithmIdAttribute

Valid On

Assembly

Категории