AssemblyAlgorithmIdAttribute コンストラクター

定義

AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

指定されたハッシュ アルゴリズムを使用して、AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。ハッシュ アルゴリズムは、AssemblyHashAlgorithm のいずれかのメンバーを使用して表します。

AssemblyAlgorithmIdAttribute(UInt32)

指定されたハッシュ アルゴリズムを使用して、AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。ハッシュ アルゴリズムは、符号なし整数を使用して表します。

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

ソース:
AssemblyAlgorithmIdAttribute.cs
ソース:
AssemblyAlgorithmIdAttribute.cs
ソース:
AssemblyAlgorithmIdAttribute.cs

指定されたハッシュ アルゴリズムを使用して、AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。ハッシュ アルゴリズムは、AssemblyHashAlgorithm のいずれかのメンバーを使用して表します。

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)

パラメーター

algorithmId
AssemblyHashAlgorithm

ハッシュ アルゴリズムを表す AssemblyHashAlgorithm のメンバー。

適用対象

AssemblyAlgorithmIdAttribute(UInt32)

ソース:
AssemblyAlgorithmIdAttribute.cs
ソース:
AssemblyAlgorithmIdAttribute.cs
ソース:
AssemblyAlgorithmIdAttribute.cs

重要

この API は CLS 準拠ではありません。

指定されたハッシュ アルゴリズムを使用して、AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。ハッシュ アルゴリズムは、符号なし整数を使用して表します。

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)

パラメーター

algorithmId
UInt32

ハッシュ アルゴリズムを表す符号なし整数。

属性

適用対象