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