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
表示哈希算法的无符号整数。
- 属性