1 write to ContentType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\ContentInfo.cs (1)
33ContentType = contentType;
6 references to ContentType
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
75if (String.Equals(rfc3161Message.ContentInfo.ContentType.Value, WinCrypt.szOID_TIMESTAMP_TOKEN, StringComparison.OrdinalIgnoreCase))
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (2)
67ContentType = contentInfo.ContentType.Value!, 174if (contentInfo.ContentType.Value == Oids.Pkcs7Data || contentInfo.Content.Length == 0)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
338if (cms.ContentInfo.ContentType.Value != Oids.TstInfo)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
346string contentType = _contentType ?? ContentInfo.ContentType.Value ?? Oids.Pkcs7Data; 497if ((_contentType ?? ContentInfo.ContentType.Value) != Oids.Pkcs7Data)