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