Gets the DistinguishedName of the certificate issuer if this subject identifier is identified by the issuer name and serial number. Otherwise, this property will return null.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property Issuer As DistinguishedName
	Get
C#
public DistinguishedName Issuer { get; }

Field Value

Certificate issuer.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also