12 instantiations of TimestampException
NuGet.Packaging (12)
Signing\Timestamp\Rfc3161TimestampProvider.cs (9)
149
throw new
TimestampException
(NuGetLogCode.NU3021, Strings.SignError_TimestampSignatureValidationFailed, e);
154
throw new
TimestampException
(NuGetLogCode.NU3020, Strings.SignError_TimestampNoCertificate);
168
throw new
TimestampException
(NuGetLogCode.NU3022, errorMessage);
173
throw new
TimestampException
(NuGetLogCode.NU3023, Strings.SignError_TimestampCertificateFailsPublicKeyLengthRequirement);
187
throw new
TimestampException
(NuGetLogCode.NU3024, errorMessage);
192
throw new
TimestampException
(NuGetLogCode.NU3025, Strings.SignError_TimestampNotYetValid);
197
throw new
TimestampException
(NuGetLogCode.NU3036, Strings.SignError_TimestampGeneralizedTimeInvalid);
206
throw new
TimestampException
(NuGetLogCode.NU3026, Strings.TimestampFailureNonceMismatch);
211
throw new
TimestampException
(NuGetLogCode.NU3019, Strings.SignError_TimestampIntegrityCheckFailed);
Signing\Timestamp\Timestamp.cs (2)
72
throw new
TimestampException
(NuGetLogCode.NU3021, Strings.VerifyError_TimestampSignatureValidationFailed, ex);
84
throw new
TimestampException
(NuGetLogCode.NU3021, Strings.VerifyError_TimestampSignatureValidationFailed);
Signing\Utility\CertificateChainUtility.cs (1)
130
throw new
TimestampException
(logCode, Strings.CertificateChainValidationFailed);