System.Reflection.AssemblyAlgorithmIdAttribute
namespace System.Reflection
{
public sealed class AssemblyAlgorithmIdAttribute : Attribute
{
public uint AlgorithmId { get; }
public AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm algorithmId);
public AssemblyAlgorithmIdAttribute(uint algorithmId);
}
}