X509DistributionPointCRLIssuer Property

Gets a collection of alternative names to identify CRL issuer.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public X509AlternativeNameCollection CRLIssuer { get; }

Property Value

X509AlternativeNameCollection

Remarks

This member is used only when CRL issuer is not the same entity that issued certificate in subject.

See Also