8 references to szOID_RSA_data
System.Security (8)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
78
new ContentInfo(Oid.FromOidValue(CAPI.
szOID_RSA_data
, OidGroup.ExtensionOrAttribute), new byte[0]),
464
if (String.Compare(this.ContentInfo.ContentType.Value, CAPI.
szOID_RSA_data
, StringComparison.OrdinalIgnoreCase) == 0) {
system\security\cryptography\pkcs\pkcsmisc.cs (3)
481
this(Oid.FromOidValue(CAPI.
szOID_RSA_data
, OidGroup.ExtensionOrAttribute), new byte[0]) {
485
this(Oid.FromOidValue(CAPI.
szOID_RSA_data
, OidGroup.ExtensionOrAttribute), content) {
553
contentType = Oid.FromOidValue(CAPI.
szOID_RSA_data
, OidGroup.ExtensionOrAttribute);
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]),
318
if (String.Compare(this.ContentInfo.ContentType.Value, CAPI.
szOID_RSA_data
, StringComparison.OrdinalIgnoreCase) == 0) {