Discuss this help topic in SecureBlackbox Forum

TElCRLEntryExtensions.HoldInstructionCode

TElCRLEntryExtensions     


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


Use this property to manipulate instruction identifier.

Declaration

[C#]
    TElHoldInstructionCodeCRLExtension HoldInstructionCode;

[VB.NET]
    Property HoldInstructionCode As TElHoldInstructionCodeCRLExtension

[Pascal]
    property HoldInstructionCode : TElHoldInstructionCodeCRLExtension;

[C++]
    TElHoldInstructionCodeCRLExtension* get_HoldInstructionCode();

[PHP]
    TElHoldInstructionCodeCRLExtension get_HoldInstructionCode()

[Java]
    TElHoldInstructionCodeCRLExtension getHoldInstructionCode();

Description

    This property contains instruction identifier of the action to be taken after encountering a certificate.

Discuss this help topic in SecureBlackbox Forum