1 write to _contentType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
174
_contentType
= _signedData.EncapContentInfo.ContentType;
5 references to _contentType
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
184
contentValue = GetContent(content.Value,
_contentType
);
201
ContentInfo = new ContentInfo(new Oid(
_contentType
), contentValue.ToArray());
346
string contentType =
_contentType
?? ContentInfo.ContentType.Value ?? Oids.Pkcs7Data;
388
Debug.Assert(
_contentType
== contentType);
497
if ((
_contentType
?? ContentInfo.ContentType.Value) != Oids.Pkcs7Data)