Microsoft recommends against using the sDescription parameter in the CryptSignHash function. The lack of definition between the hashed data and the description string allows an arbitrary number of bits to flow undetected between the two. The description of the sDescription parameter from the CryptoAPI 2.0 Programmers Guide is included below:
Some CSPs (not the Base Provider) may display this description string to the user. This lets the user confirm what he or she is signing. This protects the user from unscrupulous applications and also reduces misunderstandings.
Applications that continue to use the sDescription parameter should be careful, because no boundary exists between the hashed data and the description string.