Base:
property
AllowedHashAlgorithms
NuGet.Packaging.Signing.SigningSpecifications.AllowedHashAlgorithms
3 references to AllowedHashAlgorithms
NuGet.Commands (2)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (1)
295
foreach (var hashAlgorithm in SigningSpecifications.V1.
AllowedHashAlgorithms
)
TrustedSignersCommand\TrustedSignersCommandRunner.cs (1)
346
if (hashAlgorithm == HashAlgorithmName.Unknown || !SigningSpecifications.V1.
AllowedHashAlgorithms
.Contains(hashAlgorithm))
NuGet.Packaging (1)
Signing\Utility\RepositorySignatureInfoUtility.cs (1)
66
foreach (var hashAlgorithm in SigningSpecifications.V1.
AllowedHashAlgorithms
)