3 implementations of MoveTo
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\CertCollectionLoader.cs (1)
26public void MoveTo(X509Certificate2Collection collection)
System\Security\Cryptography\X509Certificates\OpenSslSingleCertLoader.cs (1)
24public void MoveTo(X509Certificate2Collection collection)
System\Security\Cryptography\X509Certificates\StorePal.cs (1)
56public void MoveTo(X509Certificate2Collection collection)
5 references to MoveTo
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (5)
158storePal.MoveTo(this); 208storePal.MoveTo(this); 219storePal.MoveTo(this); 233storePal.MoveTo(this); 259storePal.MoveTo(this);