4 references to X509Certificate2ToString
NuGet.Commands (1)
SignCommand\SignCommandRunner.cs (1)
56signArgs.Logger.LogInformation(CertificateUtility.X509Certificate2ToString(cert, HashAlgorithmName.SHA256));
NuGet.Packaging (3)
Signing\Authoring\X509SignatureProvider.cs (2)
144exceptionBuilder.AppendLine(CertificateUtility.X509Certificate2ToString(request.Certificate, Common.HashAlgorithmName.SHA256)); 180exceptionBuilder.AppendLine(CertificateUtility.X509Certificate2ToString(request.Certificate, Common.HashAlgorithmName.SHA256));
Signing\Timestamp\Timestamp.cs (1)
136$"{Environment.NewLine}{CertificateUtility.X509Certificate2ToString(timestamperCertificate, fingerprintAlgorithm)}")));