3 references to Decryption
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
432
X509Certificate2Collection collection = Utils.BuildBagOfCerts(kiX509Data, CertUsageType.
Decryption
);
System\Security\Cryptography\Xml\Utils.cs (2)
627
ArrayList? decryptionIssuerSerials = (certUsageType == CertUsageType.
Decryption
? new ArrayList() : null);
637
case CertUsageType.
Decryption
: