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