1 write to _contentType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
173
_contentType
= _signedData.EncapContentInfo.ContentType;
5 references to _contentType
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
183
contentValue = GetContent(content.Value,
_contentType
);
200
ContentInfo = new ContentInfo(new Oid(
_contentType
), contentValue.ToArray());
342
string contentType =
_contentType
?? ContentInfo.ContentType.Value ?? Oids.Pkcs7Data;
384
Debug.Assert(
_contentType
== contentType);
490
if ((
_contentType
?? ContentInfo.ContentType.Value) != Oids.Pkcs7Data)