21 references to InvalidAsn1
NuGet.Packaging (21)
Signing\Signatures\CommitmentTypeQualifier.cs (1)
49throw new SignatureException(Strings.InvalidAsn1);
Signing\Signatures\GeneralName.cs (1)
90throw new SignatureException(Strings.InvalidAsn1);
Signing\Signatures\IssuerSerial.cs (1)
95throw new SignatureException(Strings.InvalidAsn1);
Signing\Signatures\PolicyInformation.cs (2)
70throw new SignatureException(Strings.InvalidAsn1); 79throw new SignatureException(Strings.InvalidAsn1);
Signing\Signatures\PolicyQualifierInfo.cs (1)
55throw new SignatureException(Strings.InvalidAsn1);
Signing\Signatures\SigningCertificate.cs (1)
51throw new SignatureException(Strings.InvalidAsn1);
Signing\Signatures\SigningCertificateV2.cs (1)
66throw new SignatureException(Strings.InvalidAsn1);
Signing\Timestamp\Accuracy.cs (4)
56throw new CryptographicException(Strings.InvalidAsn1); 66throw new CryptographicException(Strings.InvalidAsn1); 76throw new CryptographicException(Strings.InvalidAsn1); 82throw new CryptographicException(Strings.InvalidAsn1);
Signing\Timestamp\Extension.cs (1)
53throw new CryptographicException(Strings.InvalidAsn1);
Signing\Timestamp\Extensions.cs (1)
46throw new CryptographicException(Strings.InvalidAsn1);
Signing\Timestamp\MessageImprint.cs (2)
45throw new CryptographicException(Strings.InvalidAsn1); 50throw new CryptographicException(Strings.InvalidAsn1);
Signing\Timestamp\Rfc3161TimestampTokenInfoNetstandard21Wrapper.cs (1)
22throw new CryptographicException(Strings.InvalidAsn1);
Signing\Timestamp\Rfc3161TimestampTokenNetstandard21Wrapper.cs (1)
28throw new CryptographicException(Strings.InvalidAsn1);
Signing\Timestamp\TstInfo.cs (3)
89throw new CryptographicException(Strings.InvalidAsn1); 141throw new CryptographicException(Strings.InvalidAsn1); 147throw new CryptographicException(Strings.InvalidAsn1);