3 writes to ContentInfo
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
71
ContentInfo
= contentInfo;
201
ContentInfo
= new ContentInfo(new Oid(_contentType), contentValue.ToArray());
480
ContentInfo
= save;
8 references to ContentInfo
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
338
if (cms.
ContentInfo
.ContentType.Value != Oids.TstInfo)
399
if (Rfc3161TimestampTokenInfo.TryDecode(cms.
ContentInfo
.Content, out Rfc3161TimestampTokenInfo? tokenInfo, out _))
System\Security\Cryptography\Pkcs\SignedCms.cs (6)
206
_heldContent =
ContentInfo
.Content.CloneByteArray();
312
if (
ContentInfo
.Content.Length == 0)
345
ReadOnlyMemory<byte> content = _heldContent ??
ContentInfo
.Content;
346
string contentType = _contentType ??
ContentInfo
.ContentType.Value ?? Oids.Pkcs7Data;
463
ContentInfo save =
ContentInfo
;
497
if ((_contentType ??
ContentInfo
.ContentType.Value) != Oids.Pkcs7Data)