AssemblyAlgorithmIdAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
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)
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