AssemblyAlgorithmIdAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de AssemblyAlgorithmIdAttribute klasse.

Overloads

Name Description
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Initialiseert een nieuw exemplaar van de AssemblyAlgorithmIdAttribute klasse met het opgegeven hash-algoritme, waarbij een van de leden van AssemblyHashAlgorithm het hash-algoritme wordt gebruikt.

AssemblyAlgorithmIdAttribute(UInt32)

Initialiseert een nieuw exemplaar van de AssemblyAlgorithmIdAttribute klasse met het opgegeven hash-algoritme, waarbij een niet-ondertekend geheel getal wordt gebruikt om het hash-algoritme weer te geven.

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Initialiseert een nieuw exemplaar van de AssemblyAlgorithmIdAttribute klasse met het opgegeven hash-algoritme, waarbij een van de leden van AssemblyHashAlgorithm het hash-algoritme wordt gebruikt.

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)

Parameters

algorithmId
AssemblyHashAlgorithm

Een lid van AssemblyHashAlgorithm dat vertegenwoordigt het hash-algoritme.

Van toepassing op

AssemblyAlgorithmIdAttribute(UInt32)

Belangrijk

Deze API is niet CLS-conform.

Initialiseert een nieuw exemplaar van de AssemblyAlgorithmIdAttribute klasse met het opgegeven hash-algoritme, waarbij een niet-ondertekend geheel getal wordt gebruikt om het hash-algoritme weer te geven.

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)

Parameters

algorithmId
UInt32

Een niet-ondertekend geheel getal dat het hash-algoritme vertegenwoordigt.

Kenmerken

Van toepassing op