CryptoSys PKI Toolkit Manual
X509.CertSubjectName Method
Gets the subject name of an X.509 certificate
Syntax
[C#]
public static string CertSubjectName(
string certFile,
string delimiter
)
[VB.NET]
Public Shared Function CertSubjectName ( _
certFile As String, _
delimiter As String _
) As String
Parameters
- certFile
- Filename of certificate file (or its base64 representation)
- delimiter
- Default is semicolon ";"
Return Value
Subject name or Empty string if error
Examples (VB.NET)
See
Example1
See Also
VB6/C equivalent: X509_CertSubjectName
[Contents] [Index]