2 references to GetManifestXml
System.Core (2)
System\Security\Cryptography\ManifestSignatureInformation.cs (2)
138
XmlDocument deploymentManifest =
GetManifestXml
(application, ManifestKinds.Deployment);
144
XmlDocument applicationManifest =
GetManifestXml
(application, ManifestKinds.Application);