1 write to m_manifest
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
35
m_manifest
= manifest;
2 references to m_manifest
System.Core (2)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (2)
690
return new ManifestSignatureInformation(
m_manifest
, null, null);
708
return new ManifestSignatureInformation(
m_manifest
, strongName, authenticode);