1 instantiation of PartManifestEntry
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
299return new PartManifestEntry(partUri, contentType, hashAlgorithm, hashValue, transforms, relationshipSelectors);
8 references to PartManifestEntry
WindowsBase (8)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (4)
161foreach (PartManifestEntry partEntry in _partEntryManifest) 250foreach (PartManifestEntry entry in _partEntryManifest) 945private Stream GetRelationshipStream(PartManifestEntry partEntry) 1306private List<PartManifestEntry> _partEntryManifest; // signed parts (with extra info)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (4)
115out List<PartManifestEntry> partEntryManifest, 123partEntryManifest = new List<PartManifestEntry>(); 139PartManifestEntry partManifestEntry = ParseReference(reader); 243private static PartManifestEntry ParseReference(XmlReader reader)