6 instantiations of ContentInfo
System.Security (6)
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\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);
13 references to ContentInfo
System.Security (13)
system\security\cryptography\pkcs\envelopedpkcs7.cs (6)
32
private
ContentInfo
m_contentInfo;
82
public EnvelopedCms (
ContentInfo
contentInfo) :
87
public EnvelopedCms (SubjectIdentifierType recipientIdentifierType,
ContentInfo
contentInfo) :
93
public EnvelopedCms (
ContentInfo
contentInfo, AlgorithmIdentifier encryptionAlgorithm) :
98
public EnvelopedCms (SubjectIdentifierType recipientIdentifierType,
ContentInfo
contentInfo, AlgorithmIdentifier encryptionAlgorithm) {
126
public
ContentInfo
ContentInfo {
system\security\cryptography\pkcs\signedpkcs7.cs (7)
29
private
ContentInfo
m_contentInfo;
48
public SignedCms (
ContentInfo
contentInfo) : this(SubjectIdentifierType.IssuerAndSerialNumber, contentInfo, false) {}
50
public SignedCms (SubjectIdentifierType signerIdentifierType,
ContentInfo
contentInfo) : this(signerIdentifierType, contentInfo, false) {}
52
public SignedCms (
ContentInfo
contentInfo, bool detached) : this(SubjectIdentifierType.IssuerAndSerialNumber, contentInfo, detached) {}
55
public SignedCms (SubjectIdentifierType signerIdentifierType,
ContentInfo
contentInfo, bool detached) {
93
public
ContentInfo
ContentInfo {
409
ContentInfo
contentInfo,