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