Click or drag to resize

X509DistributionPointCRLIssuer Property

Gets a collection of alternative names to identify CRL issuer.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509AlternativeNameCollection CRLIssuer { get; }

Property Value

Type: X509AlternativeNameCollection
Remarks
This member is used only when CRL issuer is not the same entity that issued certificate in subject.
See Also