1 implementation of IX509Pal
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
12internal sealed class OpenSslX509Encoder : ManagedX509ExtensionProcessor, IX509Pal
3 references to IX509Pal
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Pal.cs (2)
8internal static IX509Pal Instance { get; } = BuildSingleton(); 10private static partial IX509Pal BuildSingleton();
System\Security\Cryptography\X509Certificates\X509Pal.OpenSsl.cs (1)
8private static partial IX509Pal BuildSingleton() => new OpenSslX509Encoder();