1 write to _contentType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
180_contentType = _signedData.EncapContentInfo.ContentType;
5 references to _contentType
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\SignedCms.cs (5)
190contentValue = GetContent(content.Value, _contentType); 207ContentInfo = new ContentInfo(new Oid(_contentType), contentValue.ToArray()); 352string contentType = _contentType ?? ContentInfo.ContentType.Value ?? Oids.Pkcs7Data; 394Debug.Assert(_contentType == contentType); 503if ((_contentType ?? ContentInfo.ContentType.Value) != Oids.Pkcs7Data)