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