AssemblyAlgorithmIdAttribute Constructors

Definition

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)

Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs

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)

Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs

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

Applies to