1 implementation of GetNameInfo
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
703public string GetNameInfo(X509NameType nameType, bool forIssuer)
1 reference to GetNameInfo
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
427return Pal.GetNameInfo(nameType, forIssuer);