AssemblyAlgorithmIdAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy AssemblyAlgorithmIdAttribute.
Przeciążenia
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm) |
Inicjuje nowe wystąpienie AssemblyAlgorithmIdAttribute klasy przy użyciu określonego algorytmu skrótu AssemblyHashAlgorithm , używając jednego z elementów członkowskich do reprezentowania algorytmu skrótu. |
AssemblyAlgorithmIdAttribute(UInt32) |
Inicjuje AssemblyAlgorithmIdAttribute nowe wystąpienie klasy przy użyciu określonego algorytmu skrótu, używając niepodpisanej liczby całkowitej do reprezentowania algorytmu skrótu. |
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)
Inicjuje nowe wystąpienie AssemblyAlgorithmIdAttribute klasy przy użyciu określonego algorytmu skrótu AssemblyHashAlgorithm , używając jednego z elementów członkowskich do reprezentowania algorytmu skrótu.
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
Element członkowski AssemblyHashAlgorithm
tego algorytmu reprezentuje algorytm skrótu.
Dotyczy
AssemblyAlgorithmIdAttribute(UInt32)
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Inicjuje AssemblyAlgorithmIdAttribute nowe wystąpienie klasy przy użyciu określonego algorytmu skrótu, używając niepodpisanej liczby całkowitej do reprezentowania algorytmu skrótu.
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
Liczba całkowita bez znaku reprezentująca algorytm skrótu.
- Atrybuty