Discuss this help topic in SecureBlackbox Forum

TElReasonCodeCRLExtension.RemoveFromCRL

TElReasonCodeCRLExtension     See also     


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


This property defines if the certificate was removed from CRL.

Declaration

[C#]
    bool RemoveFromCRL;

[VB.NET]
    Property RemoveFromCRL As Boolean

[Pascal]
    property RemoveFromCRL : boolean;

[C++]
    bool get_RemoveFromCRL();
    void set_RemoveFromCRL(bool Value);

[PHP]
    bool get_RemoveFromCRL()
    void set_RemoveFromCRL(bool $Value)

[Java]
    boolean getRemoveFromCRL();
    void setRemoveFromCRL(boolean Value);

Description

    Use this property to determine if certificate was removed from CRL.

See also:     Reason    

Discuss this help topic in SecureBlackbox Forum