Discuss this help topic in SecureBlackbox Forum

TElHoldInstructionCodeCRLExtension.Code

TElHoldInstructionCodeCRLExtension     


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


This property contains a registered instruction identifier which indicates the action to be taken after encountering a certificate that has been placed on hold.

Declaration

[C#]
    TElInstructionCode Code;

[VB.NET]
    Property Code As TElInstructionCode

[Pascal]
    property Code : TElInstructionCode;

[C++]
    TElInstructionCode get_Code();
    void set_Code(TElInstructionCode Value);

[PHP]
    integer get_Code()
    void set_Code(integer $Value)

[Java]
    TElInstructionCode getCode();
    void setCode(TElInstructionCode Value);

Values

Description

    Use this property to get/set the code of the action to be taken after encountering a certificate.

Discuss this help topic in SecureBlackbox Forum