Discuss this help topic in SecureBlackbox Forum

TElAuthorityKeyIdentifierCRLExtension.AuthorityCertIssuer

TElAuthorityKeyIdentifierCRLExtension     See also     


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


Use this property to manipulate information about CRL issuer

Declaration

[C#]
    TElGeneralNames AuthorityCertIssuer;

[VB.NET]
    Property AuthorityCertIssuer As TElGeneralNames

[Pascal]
    property AuthorityCertIssuer : TElGeneralNames;

[C++]
    TElGeneralNames* get_AuthorityCertIssuer();

[PHP]
    TElGeneralNames get_AuthorityCertIssuer()

[Java]
    TElGeneralNames getAuthorityCertIssuer();

Description

    This property describes the issuer of the CRL in form of GeneralName. This information may differ from specified in Issuer field of CRL.

See also:     AuthorityCertSerial    

Discuss this help topic in SecureBlackbox Forum