AssemblyAlgorithmIdAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AssemblyAlgorithmIdAttribute class.
Overloads
AssemblyAlgorithmIdAttribute(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. |
AssemblyAlgorithmIdAttribute(UInt32) |
Initializes a new instance of the AssemblyAlgorithmIdAttribute class with the specified hash algorithm, using an unsigned integer to represent the hash algorithm. |
AssemblyAlgorithmIdAttribute(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.
public:
AssemblyAlgorithmIdAttribute(System::Configuration::Assemblies::AssemblyHashAlgorithm algorithmId);
public AssemblyAlgorithmIdAttribute (System.Configuration.Assemblies.AssemblyHashAlgorithm algorithmId);
new System.Reflection.AssemblyAlgorithmIdAttribute : System.Configuration.Assemblies.AssemblyHashAlgorithm -> System.Reflection.AssemblyAlgorithmIdAttribute
Public Sub New (algorithmId As AssemblyHashAlgorithm)
Parameters
- algorithmId
- AssemblyHashAlgorithm
A member of AssemblyHashAlgorithm
that represents the hash algorithm.
Applies to
AssemblyAlgorithmIdAttribute(UInt32)
Important
This API is not CLS-compliant.
Initializes a new instance of the AssemblyAlgorithmIdAttribute class with the specified hash algorithm, using an unsigned integer to represent the hash algorithm.
public:
AssemblyAlgorithmIdAttribute(System::UInt32 algorithmId);
[System.CLSCompliant(false)]
public AssemblyAlgorithmIdAttribute (uint algorithmId);
[<System.CLSCompliant(false)>]
new System.Reflection.AssemblyAlgorithmIdAttribute : uint32 -> System.Reflection.AssemblyAlgorithmIdAttribute
Public Sub New (algorithmId As UInteger)
Parameters
- algorithmId
- UInt32
An unsigned integer representing the hash algorithm.
- Attributes