AssemblyAlgorithmIdAttribute Konstruktory

Definice

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy .

Přetížení

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy pomocí zadaného hash algoritmu, pomocí jednoho ze členů AssemblyHashAlgorithm k reprezentaci hash algoritmu.

AssemblyAlgorithmIdAttribute(UInt32)

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy pomocí zadaného hash algoritmu pomocí celého čísla bez znaménka k reprezentaci hash algoritmu.

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Zdroj:
AssemblyAlgorithmIdAttribute.cs
Zdroj:
AssemblyAlgorithmIdAttribute.cs
Zdroj:
AssemblyAlgorithmIdAttribute.cs

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy pomocí zadaného hash algoritmu, pomocí jednoho ze členů AssemblyHashAlgorithm k reprezentaci hash algoritmu.

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)

Parametry

algorithmId
AssemblyHashAlgorithm

Člen, AssemblyHashAlgorithm který představuje hash algoritmus.

Platí pro

AssemblyAlgorithmIdAttribute(UInt32)

Zdroj:
AssemblyAlgorithmIdAttribute.cs
Zdroj:
AssemblyAlgorithmIdAttribute.cs
Zdroj:
AssemblyAlgorithmIdAttribute.cs

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy pomocí zadaného hash algoritmu pomocí celého čísla bez znaménka k reprezentaci hash algoritmu.

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)

Parametry

algorithmId
UInt32

Celé číslo bez znaménka představující algoritmus hash.

Atributy

Platí pro