4 references to Verification
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\SignedXml.cs (2)
496
_x509Collection = Utils.BuildBagOfCerts(x509Data, CertUsageType.
Verification
);
520
collection.AddRange(Utils.BuildBagOfCerts(x509Data, CertUsageType.
Verification
));
System\Security\Cryptography\Xml\Utils.cs (2)
634
case CertUsageType.
Verification
:
651
string storeName = (certUsageType == CertUsageType.
Verification
? "AddressBook" : "My");