4 references to IsSignatureAlgorithmSupported
NuGet.Packaging (4)
Signing\Timestamp\Rfc3161TimestampProvider.cs (1)
157if (!CertificateUtility.IsSignatureAlgorithmSupported(signerInfo.Certificate))
Signing\Utility\SigningUtility.cs (1)
33if (!CertificateUtility.IsSignatureAlgorithmSupported(request.Certificate))
Signing\Utility\VerificationUtility.cs (2)
71if (!CertificateUtility.IsSignatureAlgorithmSupported(certificate)) 132if (!CertificateUtility.IsSignatureAlgorithmSupported(signerInfo.Certificate))