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; }
Public ReadOnly Property CRLIssuer As X509AlternativeNameCollection
Get
public:
property X509AlternativeNameCollection^ CRLIssuer {
X509AlternativeNameCollection^ get ();
}
member CRLIssuer : X509AlternativeNameCollection with get
Property Value
Type:
X509AlternativeNameCollectionRemarks
This member is used only when CRL issuer is not the same entity that issued certificate
in subject.
See Also