82 instantiations of AsnContentException
System.Formats.Asn1 (82)
System\Formats\Asn1\Asn1Tag.cs (1)
260throw new AsnContentException(SR.ContentException_InvalidTag);
System\Formats\Asn1\AsnDecoder.BitString.cs (14)
329throw new AsnContentException(); 342throw new AsnContentException(SR.ContentException_InvalidUnderCer_TryBerOrDer); 348throw new AsnContentException(); 356throw new AsnContentException(); 364throw new AsnContentException(); 386throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 483throw new AsnContentException(); 489throw new AsnContentException(SR.ContentException_InvalidUnderCer_TryBerOrDer); 541throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 549throw new AsnContentException(); 561throw new AsnContentException(); 567throw new AsnContentException(); 606throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 653throw new AsnContentException(SR.ContentException_InvalidUnderDer_TryBerOrCer);
System\Formats\Asn1\AsnDecoder.Boolean.cs (2)
61throw new AsnContentException(); 76throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer);
System\Formats\Asn1\AsnDecoder.cs (16)
195throw new AsnContentException( 201throw new AsnContentException(); 307throw new AsnContentException(SR.ContentException_LengthTooBig); 310throw new AsnContentException(SR.ContentException_LengthRuleSetConstraint); 313throw new AsnContentException(); 480throw new AsnContentException(); 538return new AsnContentException(SR.ContentException_CerRequiresIndefiniteLength); 540return new AsnContentException(SR.ContentException_LengthExceedsPayload); 542return new AsnContentException(); 616throw new AsnContentException(); 636throw new AsnContentException(); 651throw new AsnContentException(SR.ContentException_LengthExceedsPayload); 670throw new AsnContentException(SR.ContentException_LengthExceedsPayload); 689throw new AsnContentException(); 719throw new AsnContentException( 812throw new AsnContentException(SR.ContentException_TooMuchData);
System\Formats\Asn1\AsnDecoder.Enumerated.cs (3)
230throw new AsnContentException(SR.ContentException_EnumeratedValueTooBig); 251throw new AsnContentException(SR.ContentException_EnumeratedValueTooBig); 258throw new AsnContentException(
System\Formats\Asn1\AsnDecoder.GeneralizedTime.cs (15)
120throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 125throw new AsnContentException(); 181throw new AsnContentException(); 206throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 212throw new AsnContentException(); 219throw new AsnContentException(); 229throw new AsnContentException(); 257throw new AsnContentException(); 292throw new AsnContentException(); 297throw new AsnContentException(); 313throw new AsnContentException(); 330throw new AsnContentException(); 338throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 343throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 398throw new AsnContentException(SR.ContentException_DefaultMessage, e);
System\Formats\Asn1\AsnDecoder.Integer.cs (2)
405throw new AsnContentException(); 417throw new AsnContentException();
System\Formats\Asn1\AsnDecoder.NamedBitList.cs (2)
213throw new AsnContentException( 245throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer);
System\Formats\Asn1\AsnDecoder.Null.cs (1)
58throw new AsnContentException();
System\Formats\Asn1\AsnDecoder.OctetString.cs (10)
204throw new AsnContentException(SR.ContentException_InvalidUnderDer_TryBerOrCer); 216throw new AsnContentException(SR.ContentException_InvalidUnderCer_TryBerOrDer); 301throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 352throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 371throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 406throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 414throw new AsnContentException(); 426throw new AsnContentException(); 432throw new AsnContentException(); 531throw new AsnContentException();
System\Formats\Asn1\AsnDecoder.Oid.cs (5)
90throw new AsnContentException(); 133throw new AsnContentException(SR.ContentException_OidTooBig); 148throw new AsnContentException(); 236throw new AsnContentException(); 312throw new AsnContentException(SR.ContentException_OidTooBig);
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
70throw new AsnContentException(
System\Formats\Asn1\AsnDecoder.SetOf.cs (2)
76throw new AsnContentException( 116throw new AsnContentException(SR.ContentException_SetOfNotSorted);
System\Formats\Asn1\AsnDecoder.Text.cs (2)
424throw new AsnContentException(SR.ContentException_DefaultMessage, e); 465throw new AsnContentException(SR.ContentException_DefaultMessage, e);
System\Formats\Asn1\AsnDecoder.UtcTime.cs (6)
136throw new AsnContentException(SR.ContentException_InvalidUnderCerOrDer_TryBer); 146throw new AsnContentException(); 172throw new AsnContentException(); 187throw new AsnContentException(); 201throw new AsnContentException(); 236throw new AsnContentException(SR.ContentException_DefaultMessage, e);
398 references to AsnContentException
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (1)
304catch (AsnContentException asnEx)
System.Formats.Asn1 (72)
System\Formats\Asn1\Asn1Tag.cs (1)
250/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnContentException.cs (4)
16/// Initializes a new instance of the <see cref="AsnContentException" /> class, using the default message. 24/// Initializes a new instance of the <see cref="AsnContentException" /> class, using the provided message. 35/// Initializes a new instance of the <see cref="AsnContentException" /> class, using the provided message and 50/// Initializes a new instance of the <see cref="AsnContentException" /> class with serialized data.
System\Formats\Asn1\AsnDecoder.BitString.cs (6)
43/// <exception cref="AsnContentException"> 128/// <exception cref="AsnContentException"> 250/// <exception cref="AsnContentException"> 698/// <exception cref="AsnContentException"> 762/// <exception cref="AsnContentException"> 818/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.Boolean.cs (2)
27/// <exception cref="AsnContentException"> 95/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.cs (7)
139/// <exception cref="AsnContentException"> 227/// <exception cref="AsnContentException"> 531private static AsnContentException GetValidityException(LengthValidity validity) 801/// Throws a standardized <see cref="AsnContentException"/> if the reader has remaining 822/// <exception cref="AsnContentException"> 838/// <exception cref="AsnContentException"> 857/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.Enumerated.cs (6)
31/// <exception cref="AsnContentException"> 83/// <exception cref="AsnContentException"> 153/// <exception cref="AsnContentException"> 277/// <exception cref="AsnContentException"> 317/// <exception cref="AsnContentException"> 368/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.GeneralizedTime.cs (2)
31/// <exception cref="AsnContentException"> 414/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.Integer.cs (12)
32/// <exception cref="AsnContentException"> 82/// <exception cref="AsnContentException"> 160/// <exception cref="AsnContentException"> 226/// <exception cref="AsnContentException"> 293/// <exception cref="AsnContentException"> 352/// <exception cref="AsnContentException"> 530/// <exception cref="AsnContentException"> 567/// <exception cref="AsnContentException"> 606/// <exception cref="AsnContentException"> 645/// <exception cref="AsnContentException"> 685/// <exception cref="AsnContentException"> 724/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.NamedBitList.cs (6)
34/// <exception cref="AsnContentException"> 144/// <exception cref="AsnContentException"> 296/// <exception cref="AsnContentException"> 413/// <exception cref="AsnContentException"> 505/// <exception cref="AsnContentException"> 558/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.Null.cs (2)
24/// <exception cref="AsnContentException"> 73/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.OctetString.cs (6)
38/// <exception cref="AsnContentException"> 138/// <exception cref="AsnContentException"> 249/// <exception cref="AsnContentException"> 553/// <exception cref="AsnContentException"> 603/// <exception cref="AsnContentException"> 642/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.Oid.cs (2)
33/// <exception cref="AsnContentException"> 349/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.Sequence.cs (2)
33/// <exception cref="AsnContentException"> 112/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.SetOf.cs (3)
38/// <exception cref="AsnContentException"> 146/// <exception cref="AsnContentException"> 189/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.Text.cs (8)
39/// <exception cref="AsnContentException"> 118/// <exception cref="AsnContentException"> 219/// <exception cref="AsnContentException"> 291/// <exception cref="AsnContentException"> 564/// <exception cref="AsnContentException"> 623/// <exception cref="AsnContentException"> 690/// <exception cref="AsnContentException"> 750/// <exception cref="AsnContentException">
System\Formats\Asn1\AsnDecoder.UtcTime.cs (3)
38/// <exception cref="AsnContentException"> 254/// <exception cref="AsnContentException"> 297/// <exception cref="AsnContentException">
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
276catch (AsnContentException)
System.Security.Cryptography (175)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (4)
96catch (AsnContentException e) 125catch (AsnContentException e) 331catch (AsnContentException e) 393catch (AsnContentException e)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.ASN1.GetIntegerBytes.cs (1)
45catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (2)
65catch (AsnContentException e) 82catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (2)
68catch (AsnContentException e) 85catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (2)
53catch (AsnContentException e) 70catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs (2)
123catch (AsnContentException e) 135catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DssParms.xml.cs (2)
48catch (AsnContentException e) 65catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECDomainParameters.xml.cs (2)
81catch (AsnContentException e) 93catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (2)
64catch (AsnContentException e) 81catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (2)
55catch (AsnContentException e) 72catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\FieldID.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (2)
183catch (AsnContentException e) 195catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLDsaPrivateKeyAsn.xml.cs (2)
85catch (AsnContentException e) 97catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLDsaPrivateKeyBothAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLKemPrivateKeyAsn.xml.cs (2)
85catch (AsnContentException e) 97catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLKemPrivateKeyBothAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (2)
81catch (AsnContentException e) 98catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (2)
79catch (AsnContentException e) 96catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (2)
53catch (AsnContentException e) 70catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (2)
77catch (AsnContentException e) 94catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SecretBagAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\CertificateChoiceAsn.xml.cs (2)
171catch (AsnContentException e) 183catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncapsulatedContentInfoAsn.xml.cs (2)
67catch (AsnContentException e) 84catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (2)
61catch (AsnContentException e) 78catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\IssuerAndSerialNumberAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\OtherCertificateFormat.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignedDataAsn.xml.cs (2)
100catch (AsnContentException e) 117catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerIdentifierAsn.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (2)
90catch (AsnContentException e) 107catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (2)
63catch (AsnContentException e) 80catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (2)
147catch (AsnContentException e) 164catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPublicKeyAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (2)
73catch (AsnContentException e) 90catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (2)
81catch (AsnContentException e) 98catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\AsymmetricAlgorithmHelpers.Der.cs (1)
79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (2)
45catch (AsnContentException e) 108catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
257catch (AsnContentException ace)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
47catch (AsnContentException e) 78catch (AsnContentException e) 127catch (AsnContentException e) 155catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (4)
111catch (AsnContentException e) 296catch (AsnContentException e) 327catch (AsnContentException e) 354catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
713catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
148catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
301catch (AsnContentException e) 337catch (AsnContentException)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
89catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
51catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (2)
498catch (AsnContentException e) 614catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (5)
267catch (AsnContentException e) 848catch (AsnContentException) 1012catch (AsnContentException) 1121catch (AsnContentException) 1149catch (AsnContentException)
System\Security\Cryptography\EccKeyFormatHelper.cs (2)
100catch (AsnContentException e) 265catch (AsnContentException e)
System\Security\Cryptography\Helpers.cs (2)
194catch (AsnContentException e) 324catch (AsnContentException e)
System\Security\Cryptography\RSA.cs (2)
915catch (AsnContentException e) 942catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\AccessDescriptionAsn.xml.cs (2)
53catch (AsnContentException e) 70catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\BasicConstraintsAsn.xml.cs (2)
77catch (AsnContentException e) 94catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\CertificateAsn.xml.cs (2)
48catch (AsnContentException e) 65catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\CertificatePolicyMappingAsn.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\CertificateTemplateAsn.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestAsn.xml.cs (2)
48catch (AsnContentException e) 65catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (2)
74catch (AsnContentException e) 91catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointAsn.xml.cs (2)
73catch (AsnContentException e) 90catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\DistributionPointNameAsn.xml.cs (2)
98catch (AsnContentException e) 110catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\PolicyConstraintsAsn.xml.cs (2)
56catch (AsnContentException e) 73catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\PolicyInformationAsn.xml.cs (2)
65catch (AsnContentException e) 82catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (2)
152catch (AsnContentException e) 169catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\TimeAsn.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\Asn1\ValidityAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\CertificatePolicy.cs (4)
298catch (AsnContentException e) 330catch (AsnContentException e) 361catch (AsnContentException e) 384catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
288catch (AsnContentException e) 413catch (AsnContentException)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
190catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\ManagedCertificateFinder.cs (1)
167catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (1)
370catch (AsnContentException)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
1274catch (AsnContentException)
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
473catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
153catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X500NameEncoder.ManagedDecode.cs (1)
143catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X500RelativeDistinguishedName.cs (1)
147catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (1)
268catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (1)
582catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (3)
138catch (AsnContentException) 164catch (AsnContentException) 288catch (AsnContentException)
System\Security\Cryptography\X509Certificates\X509EnhancedKeyUsageExtension.cs (1)
100catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X509KeyUsageExtension.cs (1)
74catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X509SubjectAlternativeNameExtension.cs (1)
142catch (AsnContentException e)
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (1)
117catch (AsnContentException e)
System.Security.Cryptography.Pkcs (149)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
125catch (AsnContentException e)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (2)
61catch (AsnContentException e) 133catch (AsnContentException e)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
193catch (AsnContentException e)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (5)
96catch (AsnContentException e) 125catch (AsnContentException e) 205catch (AsnContentException e) 331catch (AsnContentException e) 393catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AlgorithmIdentifierAsn.xml.cs (2)
65catch (AsnContentException e) 82catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (2)
68catch (AsnContentException e) 85catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\DirectoryStringAsn.xml.cs (2)
123catch (AsnContentException e) 135catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EdiPartyNameAsn.xml.cs (2)
55catch (AsnContentException e) 72catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (2)
183catch (AsnContentException e) 195catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs (2)
114catch (AsnContentException e) 131catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\OtherNameAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBES2Params.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2Params.xml.cs (2)
81catch (AsnContentException e) 98catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\CertBagAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (2)
79catch (AsnContentException e) 96catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.xml.cs (2)
53catch (AsnContentException e) 70catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (2)
77catch (AsnContentException e) 94catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SecretBagAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\CertificateChoiceAsn.xml.cs (2)
171catch (AsnContentException e) 183catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncapsulatedContentInfoAsn.xml.cs (2)
67catch (AsnContentException e) 84catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (2)
61catch (AsnContentException e) 78catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\IssuerAndSerialNumberAsn.xml.cs (2)
62catch (AsnContentException e) 79catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\OtherCertificateFormat.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignedDataAsn.xml.cs (2)
100catch (AsnContentException e) 117catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerIdentifierAsn.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (2)
90catch (AsnContentException e) 107catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (2)
63catch (AsnContentException e) 80catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.xml.cs (2)
147catch (AsnContentException e) 164catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\SubjectPublicKeyInfoAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (2)
81catch (AsnContentException e) 98catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
257catch (AsnContentException ace)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
47catch (AsnContentException e) 78catch (AsnContentException e) 127catch (AsnContentException e) 155catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (4)
111catch (AsnContentException e) 296catch (AsnContentException e) 327catch (AsnContentException e) 354catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
713catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
148catch (AsnContentException e)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
301catch (AsnContentException e) 337catch (AsnContentException)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
89catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (2)
54catch (AsnContentException e) 71catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (2)
77catch (AsnContentException e) 94catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (2)
51catch (AsnContentException e) 68catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (2)
79catch (AsnContentException e) 96catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientIdentifierAsn.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (2)
69catch (AsnContentException e) 86catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (2)
50catch (AsnContentException e) 67catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\OriginatorIdentifierOrKeyAsn.xml.cs (2)
85catch (AsnContentException e) 97catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (2)
78catch (AsnContentException e) 95catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\OriginatorPublicKeyAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (2)
65catch (AsnContentException e) 82catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (2)
74catch (AsnContentException e) 91catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\PolicyInformation.xml.cs (2)
66catch (AsnContentException e) 83catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\PolicyQualifierInfo.xml.cs (2)
60catch (AsnContentException e) 77catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (2)
46catch (AsnContentException e) 63catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\RecipientIdentifierAsn.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (2)
74catch (AsnContentException e) 86catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (2)
58catch (AsnContentException e) 75catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (2)
63catch (AsnContentException e) 80catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (2)
110catch (AsnContentException e) 127catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (2)
58catch (AsnContentException e) 75catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (2)
125catch (AsnContentException e) 142catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\SignedAttributesSet.xml.cs (2)
71catch (AsnContentException e) 83catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (2)
66catch (AsnContentException e) 83catch (AsnContentException e)
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateV2Asn.xml.cs (2)
66catch (AsnContentException e) 83catch (AsnContentException e)
System\Security\Cryptography\Pkcs\CmsSignature.cs (1)
220catch (AsnContentException)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (3)
99catch (AsnContentException) when (!shouldThrow) 105catch (AsnContentException e) 370catch (AsnContentException)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
414catch (AsnContentException)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
298catch (AsnContentException)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
279catch (AsnContentException e) 444catch (AsnContentException e)