1 implementation of LegacyIssuer
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
291public string LegacyIssuer => IssuerName.Decode(X500DistinguishedNameFlags.None);
1 reference to LegacyIssuer
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
519return Pal.LegacyIssuer;