2 instantiations of CertificateChoiceAsn
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
607_signedData.CertificateSet[i] = new CertificateChoiceAsn 705_signedData.CertificateSet[existingLength] = new CertificateChoiceAsn
21 references to CertificateChoiceAsn
System.Security.Cryptography.Pkcs (21)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
44foreach (CertificateChoiceAsn certChoice in data.OriginatorInfo.Value.CertificateSet)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (2)
88CertificateChoiceAsn[] certs = new CertificateChoiceAsn[originatorCerts.Count];
System\Security\Cryptography\Pkcs\Asn1\CertificateChoiceAsn.xml.cs (4)
161internal static CertificateChoiceAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 167DecodeCore(ref reader, encoded, out CertificateChoiceAsn decoded); 177internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out CertificateChoiceAsn decoded) 189private static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out CertificateChoiceAsn decoded)
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (4)
15internal System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn[]? CertificateSet; 117var tmpList = new List<System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn>(); 118System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn tmpItem; 122System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn.Decode(ref collectionReader, rebind, out tmpItem);
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (4)
18internal System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn[]? CertificateSet; 162var tmpList = new List<System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn>(); 163System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn tmpItem; 167System.Security.Cryptography.Pkcs.Asn1.CertificateChoiceAsn.Decode(ref collectionReader, rebind, out tmpItem);
System\Security\Cryptography\Pkcs\SignedCms.cs (6)
87CertificateChoiceAsn[]? certChoices = _signedData.CertificateSet; 94foreach (CertificateChoiceAsn choice in certChoices) 598_signedData.CertificateSet = new CertificateChoiceAsn[newCerts.Count]; 687foreach (CertificateChoiceAsn cert in _signedData.CertificateSet!) 698_signedData.CertificateSet = new CertificateChoiceAsn[1]; 722foreach (CertificateChoiceAsn cert in _signedData.CertificateSet!)