1 implementation of Issuer
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
55
public string
Issuer
=> GetIssuerOrSubject(issuer: true, reverse: true);
1 reference to Issuer
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
272
return _lazyIssuer ??= Pal.
Issuer
;