8 references to Deployment
System.Core (8)
System\Security\Cryptography\ManifestSignatureInformation.cs (6)
32
Debug.Assert(manifest == ManifestKinds.Application || manifest == ManifestKinds.
Deployment
, "Invalid manifest for signature information");
74
else if (manifest == ManifestKinds.
Deployment
) {
137
if ((manifests & ManifestKinds.
Deployment
) == ManifestKinds.
Deployment
) {
138
XmlDocument deploymentManifest = GetManifestXml(application, ManifestKinds.
Deployment
);
140
ManifestKinds.
Deployment
);
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
33
Debug.Assert(manifest == ManifestKinds.Application || manifest == ManifestKinds.
Deployment
, "Unknown manifest kind");
System\Security\ManifestKinds.cs (1)
15
ApplicationAndDeployment =
Deployment
| Application