AssemblyAlgorithmIdAttribute Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe AssemblyAlgorithmIdAttribute.
Overload
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm) |
Inizializza una nuova istanza della classe AssemblyAlgorithmIdAttribute con l'algoritmo hash specificato, utilizzando uno dei membri di AssemblyHashAlgorithm per rappresentare l'algoritmo hash. |
AssemblyAlgorithmIdAttribute(UInt32) |
Inizializza una nuova istanza della classe AssemblyAlgorithmIdAttribute con l'algoritmo hash specificato, utilizzando un unsigned integer per rappresentare l'algoritmo hash. |
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)
- Origine:
- AssemblyAlgorithmIdAttribute.cs
- Origine:
- AssemblyAlgorithmIdAttribute.cs
- Origine:
- AssemblyAlgorithmIdAttribute.cs
Inizializza una nuova istanza della classe AssemblyAlgorithmIdAttribute con l'algoritmo hash specificato, utilizzando uno dei membri di AssemblyHashAlgorithm per rappresentare l'algoritmo 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)
Parametri
- algorithmId
- AssemblyHashAlgorithm
Membro di AssemblyHashAlgorithm
che rappresenta l'algoritmo hash.
Si applica a
AssemblyAlgorithmIdAttribute(UInt32)
- Origine:
- AssemblyAlgorithmIdAttribute.cs
- Origine:
- AssemblyAlgorithmIdAttribute.cs
- Origine:
- AssemblyAlgorithmIdAttribute.cs
Importante
Questa API non è conforme a CLS.
Inizializza una nuova istanza della classe AssemblyAlgorithmIdAttribute con l'algoritmo hash specificato, utilizzando un unsigned integer per rappresentare l'algoritmo hash.
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)
Parametri
- algorithmId
- UInt32
Unsigned integer che rappresenta l'algoritmo hash.
- Attributi