1 write to Placement
NuGet.Packaging (1)
Signing\Verification\VerificationAllowListEntry.cs (1)
28Placement = placement;
6 references to Placement
NuGet.Packaging (6)
Signing\Verification\AllowListVerificationProvider.cs (2)
76if (certificateHashEntry.Placement.HasFlag(SignaturePlacement.PrimarySignature)) 101if (certificateHashEntry.Placement.HasFlag(SignaturePlacement.Countersignature))
Signing\Verification\CertificateHashAllowListEntry.cs (3)
60return Placement == hashEntry.Placement && 73combiner.AddStruct(Placement);
Signing\Verification\TrustedSignerAllowListEntry.cs (1)
58combiner.AddStruct(Placement);