1 implementation of LegacyIssuer
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
59public string LegacyIssuer => GetIssuerOrSubject(issuer: true, reverse: false);
1 reference to LegacyIssuer
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
599return Pal.LegacyIssuer;