AssemblyAlgorithmIdAttribute Constructor

 

Initializes a new instance of the AssemblyAlgorithmIdAttribute class.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodAssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Initializes a new instance of the AssemblyAlgorithmIdAttribute class with the specified hash algorithm, using one of the members of AssemblyHashAlgorithm to represent the hash algorithm.

System_CAPS_pubmethodAssemblyAlgorithmIdAttribute(UInt32)

Initializes a new instance of the AssemblyAlgorithmIdAttribute class with the specified hash algorithm, using an unsigned integer to represent the hash algorithm.

Return to top
Show: