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