public void TestDigestMicalgParameter(DigestAlgorithm algo)
        {
            ContentType type = SignedEntity.CreateContentType(algo);

            Assert.True(type.Parameters["micalg"] == SMIMEStandard.ToString(algo));
        }