3 implementations of Remove
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
79
public void
Remove
(ICertificatePal cert)
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (1)
221
public void
Remove
(ICertificatePal certPal)
System\Security\Cryptography\X509Certificates\UnsupportedDisallowedStore.cs (1)
50
public void
Remove
(ICertificatePal cert)
1 reference to Remove
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Store.cs (1)
174
_storePal.
Remove
(certificate.Pal);