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