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

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetIssuer As DistinguishedName
C#
public DistinguishedName GetIssuer()

Return Value

DN of the certification authority that issued the X.509 certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also