AssemblyAlgorithmIdAttribute Konstruktory

Definice

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy.

Přetížení

Name Description
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy pomocí zadaného hash algoritmu pomocí jednoho ze členů AssemblyHashAlgorithm představující algoritmus hash.

AssemblyAlgorithmIdAttribute(UInt32)

Inicializuje novou instanci AssemblyAlgorithmIdAttribute třídy pomocí zadaného hash algoritmu pomocí nepodepsaného celého čísla, který představuje hashovací algoritmus.

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Zdroj:
AssemblyAlgorithmIdAttribute.cs
Zdroj:
AssemblyAlgorithmIdAttribute.cs
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 představující algoritmus hash.

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 hashovací algoritmus.

Platí pro

AssemblyAlgorithmIdAttribute(UInt32)

Zdroj:
AssemblyAlgorithmIdAttribute.cs
Zdroj:
AssemblyAlgorithmIdAttribute.cs
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í nepodepsaného celého čísla, který představuje hashovací algoritmus.

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