Discuss this help topic in SecureBlackbox Forum

TElAuthorityKeyIdentifierCRLExtension.IssuerSet

TElAuthorityKeyIdentifierCRLExtension     See also     


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


This property defines whether data from AuthorityCertIssuer is included into the extension.

Declaration

[C#]
    bool IssuerSet;

[VB.NET]
    Property IssuerSet As Boolean

[Pascal]
    property IssuerSet : boolean;

[C++]
    bool get_IssuerSet();
    void set_IssuerSet(bool Value);

[PHP]
    bool get_IssuerSet()
    void set_IssuerSet(bool $Value)

[Java]
    boolean getIssuerSet();
    void setIssuerSet(boolean Value);

Description

    Use this property to include/exclude AuthorityCertIssuer data to/from the extension.

See also:     AuthorityCertIssuer    

Discuss this help topic in SecureBlackbox Forum