Returns the name of the Certification Authority that issued the certificate.
[Visual Basic] Overridable Public Function GetIssuerName() As String [C#] public virtual string GetIssuerName(); [C++] public: virtual String* GetIssuerName(); [JScript] public function GetIssuerName() : String;
Returns a String representing the name of the Certification Authority.
X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace