2 references to TimestampException
NuGet.Packaging (2)
Signing\Timestamp\Rfc3161TimestampProvider.cs (1)
149throw new TimestampException(NuGetLogCode.NU3021, Strings.SignError_TimestampSignatureValidationFailed, e);
Signing\Timestamp\Timestamp.cs (1)
72throw new TimestampException(NuGetLogCode.NU3021, Strings.VerifyError_TimestampSignatureValidationFailed, ex);