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