1 interface inheriting from ICertificatePalCore
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\ICertificatePal.cs (1)
22
internal interface ICertificatePal :
ICertificatePalCore
5 references to ICertificatePalCore
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\StorePal.cs (1)
23
internal static partial IExportPal FromCertificate(
ICertificatePalCore
cert);
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (1)
120
internal static partial IExportPal FromCertificate(
ICertificatePalCore
cert)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (3)
44
ICertificatePalCore
? pal = Pal;
140
internal X509Certificate(
ICertificatePalCore
pal)
694
internal
ICertificatePalCore
? Pal { get; private set; }