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);

Parameters

algorithmId
AssemblyHashAlgorithm

A member of AssemblyHashAlgorithm that represents the hash algorithm.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

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.

[System.CLSCompliant(false)]
public AssemblyAlgorithmIdAttribute (uint algorithmId);

Parameters

algorithmId
UInt32

An unsigned integer representing the hash algorithm.

Attributes

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1