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