AssemblyAlgorithmIdAttribute

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



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net