2 writes to CertificateSet
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
97
CertificateSet
= certs,
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (1)
126
decoded.
CertificateSet
= tmpList.ToArray();
5 references to CertificateSet
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (2)
42
if (data.OriginatorInfo.HasValue && data.OriginatorInfo.Value.
CertificateSet
!= null)
44
foreach (CertificateChoiceAsn certChoice in data.OriginatorInfo.Value.
CertificateSet
)
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (3)
28
if (
CertificateSet
!= null)
32
for (int i = 0; i <
CertificateSet
.Length; i++)
34
CertificateSet
[i].Encode(writer);