DekGenius.com
[ Team LiB ] Previous Section Next Section

AssemblyAlgorithmIdAttributeCF 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

    [ Team LiB ] Previous Section Next Section