Mentalis.org Security Library documentation

Certificate.GetIssuerName Method 

Returns the name of the certification authority that issued the X.509v3 certificate.

[Visual Basic]
Public Function GetIssuerName() As String
[C#]
public string GetIssuerName();

Return Value

The name of the certification authority that issued the X.509 certificate.

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace