8 references to ContentInfo
System.Security (8)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
78new ContentInfo(Oid.FromOidValue(CAPI.szOID_RSA_data, OidGroup.ExtensionOrAttribute), new byte[0]), 186m_contentInfo = new ContentInfo(contentType, content); 364m_contentInfo = new ContentInfo(contentType, content);
system\security\cryptography\pkcs\pkcsmisc.cs (2)
481this(Oid.FromOidValue(CAPI.szOID_RSA_data, OidGroup.ExtensionOrAttribute), new byte[0]) { 485this(Oid.FromOidValue(CAPI.szOID_RSA_data, OidGroup.ExtensionOrAttribute), content) {
system\security\cryptography\pkcs\signedpkcs7.cs (3)
38new ContentInfo(Oid.FromOidValue(CAPI.szOID_RSA_data, OidGroup.ExtensionOrAttribute), new byte[0]), 44new ContentInfo(Oid.FromOidValue(CAPI.szOID_RSA_data, OidGroup.ExtensionOrAttribute), new byte[0]), 147m_contentInfo = new ContentInfo(contentType, content);