9 references to Content
System.Security (9)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
101
if (contentInfo.
Content
== null)
213
if (ContentInfo.
Content
.Length == 0)
465
byte[] content = this.ContentInfo.
Content
;
475
encodedContent = this.ContentInfo.
Content
;
system\security\cryptography\pkcs\signedpkcs7.cs (5)
59
if (contentInfo.
Content
== null)
169
if (ContentInfo.
Content
.Length == 0)
339
if (this.ContentInfo.
Content
.Length > 0) {
340
if (!CAPI.CAPISafe.CryptMsgUpdate(safeCryptMsgHandle, this.ContentInfo.pContent, (uint) this.ContentInfo.
Content
.Length, true))
432
byte[] content = contentInfo.
Content
;