AssemblyAlgorithmIdAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm) |
指定されたハッシュ アルゴリズムを使用して、AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。ハッシュ アルゴリズムは、AssemblyHashAlgorithm のいずれかのメンバーを使用して表します。 |
AssemblyAlgorithmIdAttribute(UInt32) |
指定されたハッシュ アルゴリズムを使用して、AssemblyAlgorithmIdAttribute クラスの新しいインスタンスを初期化します。ハッシュ アルゴリズムは、符号なし整数を使用して表します。 |
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)
指定されたハッシュ アルゴリズムを使用して、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)
重要
この 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
ハッシュ アルゴリズムを表す符号なし整数。
- 属性
適用対象
.NET