9 references to ContentInfo
System.Security (9)
system\security\cryptography\pkcs\signedpkcs7.cs (9)
143m_safeCryptMsgHandle = OpenToDecode(encodedMessage, this.ContentInfo, this.Detached); 169if (ContentInfo.Content.Length == 0) 290m_safeCryptMsgHandle = OpenToDecode(encodedMessage, this.ContentInfo, this.Detached); 318if (String.Compare(this.ContentInfo.ContentType.Value, CAPI.szOID_RSA_data, StringComparison.OrdinalIgnoreCase) == 0) { 331this.ContentInfo.ContentType.Value, 339if (this.ContentInfo.Content.Length > 0) { 340if (!CAPI.CAPISafe.CryptMsgUpdate(safeCryptMsgHandle, this.ContentInfo.pContent, (uint) this.ContentInfo.Content.Length, true)) 362safeCryptMsgHandle = OpenToDecode(encodedMessage, this.ContentInfo, this.Detached);