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