'Declaration
<NotNullAttribute()> Function GetNameInfo( _ ByVal nameType As X509NameType, _ ByVal forIssuer As Boolean _ ) As String
'Usage
Dim instance As IPkiCertificate Dim nameType As X509NameType Dim forIssuer As Boolean Dim value As String value = instance.GetNameInfo(nameType, forIssuer)
[NotNull()] string GetNameInfo( X509NameType nameType, bool forIssuer )
[NotNull()] String^ GetNameInfo( X509NameType nameType, bool forIssuer )
Parameters
- nameType
- forIssuer