SubjectIdentifier.Issuer Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Issuer
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.
Declaration
public DistinguishedName Issuer { get; }
Property Value
Type | Description |
---|---|
DistinguishedName | Certificate issuer. |