Discuss this help topic in SecureBlackbox Forum

TElDistributionPoint.CRLIssuer

TElDistributionPoint     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the issuer of the CRL.

Declaration

[C#]
    TElGeneralNames CRLIssuer;

[VB.NET]
    Property CRLIssuer As TElGeneralNames

[Pascal]
    property CRLIssuer : TElGeneralName;

[C++]
    TElGeneralNames* get_CRLIssuer();

[PHP]
    TElGeneralNames get_CRLIssuer()

[Java]
    TElGeneralNames getCRLIssuer();

Description

    This property specifies the issuer of the CRL in form of GeneralName. It identifies the point, where the CRL for given certificate can be obtained. For this property to be written to the certificate, the corresponding flag must be turned on in the Included.

See also:     Name     ReasonFlags    

Discuss this help topic in SecureBlackbox Forum