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