1 implementation of LegacySubject
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
293
public string
LegacySubject
=> SubjectName.Decode(X500DistinguishedNameFlags.None);
1 reference to LegacySubject
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
512
return Pal.
LegacySubject
;