CryptoSys PKI Pro Manual

X509.CertIssuerName Method

Get the issuer name of an X.509 certificate.

Syntax

[C#]
public static string CertIssuerName(
   string certFile,
   string delimiter = ";" 
)
[VB]
Public Shared Function CertIssuerName (
   certFile As String,
   Optional delimiter As String = ";" 
) As String

Parameters

certFile  String
Filename of certificate file (or its base64 representation)
delimiter  String  (Optional)
Optional character for delimiter [default = semicolon ";"]

Return Value

String
Issuer name or Empty string if error

Remarks

Use X509.QueryCert with query "issuerName" for more output options.

See Also

VB6/C equivalent: X509_CertIssuerName

[Contents] [Index]

[PREV: X509.CertIssuedOn Method...]   [Contents]   [Index]   
   [NEXT: X509.CertRequest Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.