3 instantiations of SignedCms
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
239SignedCms timestampCms = new SignedCms();
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
785SignedCms signedCms = new SignedCms(); 859SignedCms signedCms = new SignedCms();
8 references to SignedCms
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
239SignedCms timestampCms = new SignedCms();
System.Security (5)
system\security\cryptography\pkcs\signerinfo.cs (5)
29private SignedCms m_signedCms; 45internal SignerInfo (SignedCms signedCms, SafeLocalAllocHandle pbCmsgSignerInfo) { 59internal unsafe SignerInfo (SignedCms signedCms, SignerInfo parentSignerInfo, byte[] encodedSignerInfo) { 726internal unsafe SignerInfoCollection (SignedCms signedCms) { 764internal SignerInfoCollection (SignedCms signedCms, SignerInfo signerInfo) {
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
785SignedCms signedCms = new SignedCms(); 859SignedCms signedCms = new SignedCms();