5 references to ContentInfo
System.Security (5)
system\security\cryptography\pkcs\envelopedpkcs7.cs (5)
213if (ContentInfo.Content.Length == 0) 447this.ContentInfo.ContentType.Value, 464if (String.Compare(this.ContentInfo.ContentType.Value, CAPI.szOID_RSA_data, StringComparison.OrdinalIgnoreCase) == 0) { 465byte[] content = this.ContentInfo.Content; 475encodedContent = this.ContentInfo.Content;