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)
183contentValue = GetContent(content.Value, _contentType); 200ContentInfo = new ContentInfo(new Oid(_contentType), contentValue.ToArray()); 342string contentType = _contentType ?? ContentInfo.ContentType.Value ?? Oids.Pkcs7Data; 384Debug.Assert(_contentType == contentType); 490if ((_contentType ?? ContentInfo.ContentType.Value) != Oids.Pkcs7Data)