4 references to ContentType
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
447this.ContentInfo.ContentType.Value, 464if (String.Compare(this.ContentInfo.ContentType.Value, CAPI.szOID_RSA_data, StringComparison.OrdinalIgnoreCase) == 0) {
system\security\cryptography\pkcs\signedpkcs7.cs (2)
318if (String.Compare(this.ContentInfo.ContentType.Value, CAPI.szOID_RSA_data, StringComparison.OrdinalIgnoreCase) == 0) { 331this.ContentInfo.ContentType.Value,