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