AssemblyAlgorithmIdAttribute Konstruktorer

Definition

Initierar en ny instans av AssemblyAlgorithmIdAttribute klassen.

Överlagringar

Name Description
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Initierar en ny instans av AssemblyAlgorithmIdAttribute klassen med den angivna hash-algoritmen med hjälp av en av medlemmarna AssemblyHashAlgorithm i för att representera hash-algoritmen.

AssemblyAlgorithmIdAttribute(UInt32)

Initierar en ny instans av klassen med den angivna hash-algoritmen med hjälp av AssemblyAlgorithmIdAttribute ett osignerat heltal för att representera hash-algoritmen.

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs

Initierar en ny instans av AssemblyAlgorithmIdAttribute klassen med den angivna hash-algoritmen med hjälp av en av medlemmarna AssemblyHashAlgorithm i för att representera hash-algoritmen.

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)

Parametrar

algorithmId
AssemblyHashAlgorithm

En medlem av AssemblyHashAlgorithm den representerar hash-algoritmen.

Gäller för

AssemblyAlgorithmIdAttribute(UInt32)

Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs
Källa:
AssemblyAlgorithmIdAttribute.cs

Viktigt!

Detta API uppfyller inte CLS.

Initierar en ny instans av klassen med den angivna hash-algoritmen med hjälp av AssemblyAlgorithmIdAttribute ett osignerat heltal för att representera hash-algoritmen.

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)

Parametrar

algorithmId
UInt32

Ett osignerat heltal som representerar hash-algoritmen.

Attribut

Gäller för