1 write to _x509Collection
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
508
_x509Collection
= Utils.BuildBagOfCerts(x509Data, CertUsageType.Verification);
2 references to _x509Collection
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
509
if (
_x509Collection
.Count > 0)
511
_x509Enum =
_x509Collection
.GetEnumerator();