2 references to _allowedHashAlgorithms
NuGet.Packaging (2)
Signing\Specifications\SigningSpecificationsV1.cs (2)
29private static readonly string[] _allowedHashAlgorithmOids = _allowedHashAlgorithms.Select(hash => hash.ConvertToOidString()).ToArray(); 53public override HashAlgorithmName[] AllowedHashAlgorithms => _allowedHashAlgorithms;