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