11 references to TimestampException
NuGet.Packaging (11)
Signing\Timestamp\Rfc3161TimestampProvider.cs (8)
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 (1)
84
throw new
TimestampException
(NuGetLogCode.NU3021, Strings.VerifyError_TimestampSignatureValidationFailed);
Signing\Timestamp\TimestampException.cs (1)
30
:
this
(NuGetLogCode.NU3000, message)
Signing\Utility\CertificateChainUtility.cs (1)
130
throw new
TimestampException
(logCode, Strings.CertificateChainValidationFailed);