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