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