11 references to TimestampException
NuGet.Packaging (11)
Signing\Timestamp\Rfc3161TimestampProvider.cs (8)
154throw new TimestampException(NuGetLogCode.NU3020, Strings.SignError_TimestampNoCertificate); 168throw new TimestampException(NuGetLogCode.NU3022, errorMessage); 173throw new TimestampException(NuGetLogCode.NU3023, Strings.SignError_TimestampCertificateFailsPublicKeyLengthRequirement); 187throw new TimestampException(NuGetLogCode.NU3024, errorMessage); 192throw new TimestampException(NuGetLogCode.NU3025, Strings.SignError_TimestampNotYetValid); 197throw new TimestampException(NuGetLogCode.NU3036, Strings.SignError_TimestampGeneralizedTimeInvalid); 206throw new TimestampException(NuGetLogCode.NU3026, Strings.TimestampFailureNonceMismatch); 211throw new TimestampException(NuGetLogCode.NU3019, Strings.SignError_TimestampIntegrityCheckFailed);
Signing\Timestamp\Timestamp.cs (1)
84throw new TimestampException(NuGetLogCode.NU3021, Strings.VerifyError_TimestampSignatureValidationFailed);
Signing\Timestamp\TimestampException.cs (1)
30: this(NuGetLogCode.NU3000, message)
Signing\Utility\CertificateChainUtility.cs (1)
130throw new TimestampException(logCode, Strings.CertificateChainValidationFailed);