3 references to BuildBagOfCerts
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
444
X509Certificate2Collection collection = Utils.
BuildBagOfCerts
(kiX509Data, CertUsageType.Decryption);
System\Security\Cryptography\Xml\SignedXml.cs (2)
508
_x509Collection = Utils.
BuildBagOfCerts
(x509Data, CertUsageType.Verification);
532
collection.AddRange(Utils.
BuildBagOfCerts
(x509Data, CertUsageType.Verification));