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

AssemblyAlgorithmIdAttribute() public method

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

Same methods

AssemblyAlgorithmIdAttribute::AssemblyAlgorithmIdAttribute ( uint algorithmId ) : System
AssemblyAlgorithmIdAttribute