1 write to ContentType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\ContentInfo.cs (1)
33
ContentType
= contentType;
6 references to ContentType
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
75
if (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)
67
ContentType = contentInfo.
ContentType
.Value!,
174
if (contentInfo.
ContentType
.Value == Oids.Pkcs7Data || contentInfo.Content.Length == 0)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
338
if (cms.ContentInfo.
ContentType
.Value != Oids.TstInfo)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
346
string contentType = _contentType ?? ContentInfo.
ContentType
.Value ?? Oids.Pkcs7Data;
497
if ((_contentType ?? ContentInfo.
ContentType
.Value) != Oids.Pkcs7Data)