1 implementation of GetNameInfo
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
399public string GetNameInfo(X509NameType nameType, bool forIssuer) =>
1 reference to GetNameInfo
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
432return Pal.GetNameInfo(nameType, forIssuer);