System.Reflection.AssemblyAlgorithmIdAttribute.AssemblyAlgorithmIdAttribute C# (CSharp) Method

AssemblyAlgorithmIdAttribute() private method

private AssemblyAlgorithmIdAttribute ( uint algorithmId ) : System
algorithmId uint
return System
        public AssemblyAlgorithmIdAttribute(uint algorithmId)
        {
            m_algId = algorithmId;
        }

Same methods

AssemblyAlgorithmIdAttribute::AssemblyAlgorithmIdAttribute ( AssemblyHashAlgorithm algorithmId ) : System
AssemblyAlgorithmIdAttribute