CryptoSys PKI Toolkit Manual

X509.CertIssuerName Method

Gets the issuer name of an X.509 certificate

Syntax

[C#]
public static string CertIssuerName(
	string certFile,
	string delimiter
)
[VB.NET]
Public Shared Function CertIssuerName ( _
	certFile As String, _
	delimiter As String _
) As String

Parameters

certFile
Filename of certificate file (or its base64 representation)
delimiter
Default is semicolon ";"

Return Value

Issuer name or Empty string if error

See Also

VB6/C equivalent: X509_CertIssuerName

[Contents] [Index]

[HOME]   [NEXT: X509.CertRequest Method...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.