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