3 implementations of IExportPal
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (1)
11internal sealed partial class StorePal : IDisposable, IStorePal, IExportPal, ILoaderPal
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (1)
12internal sealed partial class StorePal : IDisposable, IStorePal, IExportPal, ILoaderPal
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (1)
11internal sealed partial class StorePal : IDisposable, IStorePal, IExportPal, ILoaderPal
11 references to IExportPal
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (3)
550using (IExportPal storePal = StorePal.FromCertificate(this)) 560using (IExportPal storePal = StorePal.FromCertificate(this)) 568using (IExportPal storePal = StorePal.FromCertificate(this))
System\Security\Cryptography\X509Certificates\StorePal.cs (2)
23internal static partial IExportPal FromCertificate(ICertificatePalCore cert); 25internal static partial IExportPal LinkFromCertificateCollection(
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (2)
120internal static partial IExportPal FromCertificate(ICertificatePalCore cert) 149internal static partial IExportPal LinkFromCertificateCollection(X509Certificate2Collection certificates)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (4)
110using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 137using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 175using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 184using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this))