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