2 overrides of AddCertsFromStoreForDecryption
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
18
public override void
AddCertsFromStoreForDecryption
(X509Certificate2Collection certs)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
57
public sealed override void
AddCertsFromStoreForDecryption
(X509Certificate2Collection certs)
1 reference to AddCertsFromStoreForDecryption
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
232
PkcsPal.Instance.
AddCertsFromStoreForDecryption
(certs);